Skip to content

Commit

Permalink
chore: remove static copy in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jan 27, 2019
1 parent a71248f commit ee8dd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN make release
FROM alpine:3.8
RUN apk --no-cache --update add ca-certificates && update-ca-certificates
COPY --from=builder /go/bin/calcbiz /bin/calcbiz
COPY ./static .
#COPY ./static .
ENTRYPOINT ["/bin/calcbiz"]
CMD ["server"]
EXPOSE 9000 9001

0 comments on commit ee8dd11

Please sign in to comment.