Skip to content

Commit 8de367b

Browse files
author
Alex Gabriel
committed
cleanup Dockerfile
1 parent 4de90f7 commit 8de367b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ RUN go build -o microservice
77
FROM debian:buster
88
WORKDIR /srv/go-app
99
COPY --from=builder /srv/go-app/config.json .
10-
COPY --from=builder /srv/go-app/views ./views/
1110
COPY --from=builder /srv/go-app/archives ./archives/
12-
COPY --from=builder /srv/go-app/public ./public/
1311
COPY --from=builder /srv/go-app/microservice .
1412

1513
CMD ["./microservice"]

0 commit comments

Comments
 (0)