We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c4950 commit 1ead130Copy full SHA for 1ead130
1 file changed
service/Dockerfile
@@ -4,7 +4,7 @@ ADD . .
4
RUN GOPROXY=direct GOSUMDB=off go build -a -o ./main .
5
6
FROM alpine:latest
7
-COPY --from=build-img /github.com/layer5io/sample-app-service/** /home/
+COPY --from=bd /github.com/layer5io/sample-app-service/** /home/
8
WORKDIR /home/
9
EXPOSE 9091
10
CMD ["./main"]
0 commit comments