Skip to content

Commit

Permalink
Add LABEL to Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Feb 10, 2024
1 parent 74b758a commit 1428f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ RUN cd $PROJECT && make && cp srv /build
# RUN mkdir -p /data
FROM gcr.io/distroless/static as final
COPY --from=go-builder /build/srv /data
LABEL org.opencontainers.image.description FOXDEN DataBookkeeping service

0 comments on commit 1428f6c

Please sign in to comment.