We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70faef9 commit 31ce34eCopy full SHA for 31ce34e
1 file changed
Dockerfile
@@ -15,7 +15,6 @@ FROM alpine as final
15
# FROM gcr.io/distroless/static as final
16
RUN mkdir -p /data
17
COPY --from=go-builder /build/srv /data
18
-COPY --from=go-builder /build/static /data/static
19
LABEL org.opencontainers.image.description="FOXDEN usermetadata service"
20
LABEL org.opencontainers.image.source=https://github.com/chesscomputing/usermetadata
21
LABEL org.opencontainers.image.licenses=MIT
0 commit comments