Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit d14f10e

Browse files
committed
Cache
1 parent 70f0a2c commit d14f10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN ./grapi build
1313
FROM gcr.io/distroless/base
1414
LABEL maintainer="gedorinku <[email protected]>"
1515

16-
COPY --from=builder /go/src/github.com/ProgrammingLab/prolab-accounts/bin/server /
1716
COPY --from=builder /go/src/github.com/ProgrammingLab/prolab-accounts/bin/create-user /
17+
COPY --from=builder /go/src/github.com/ProgrammingLab/prolab-accounts/bin/server /
1818

1919
CMD [ "./server" ]

0 commit comments

Comments
 (0)