We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de90f7 commit 8de367bCopy full SHA for 8de367b
Dockerfile
@@ -7,9 +7,7 @@ RUN go build -o microservice
7
FROM debian:buster
8
WORKDIR /srv/go-app
9
COPY --from=builder /srv/go-app/config.json .
10
-COPY --from=builder /srv/go-app/views ./views/
11
COPY --from=builder /srv/go-app/archives ./archives/
12
-COPY --from=builder /srv/go-app/public ./public/
13
COPY --from=builder /srv/go-app/microservice .
14
15
CMD ["./microservice"]
0 commit comments