Dockerfile.dist 91 B

12345
  1. FROM scratch
  2. ADD dist.tar.gz /app/
  3. WORKDIR /app
  4. EXPOSE 8080
  5. ENTRYPOINT ["./bin/sampleapp"]