Skip to content

Commit

Permalink
use WORKDIR /data in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Apr 17, 2024
1 parent b1e00ad commit f6e3a40
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 @@ -24,3 +24,4 @@ COPY --from=go-builder /build/static /data/static
LABEL org.opencontainers.image.description="FOXDEN DataBookkeeping service"
LABEL org.opencontainers.image.source=https://github.com/chesscomputing/databookkeeping
LABEL org.opencontainers.image.licenses=MIT
WORKDIR /data

0 comments on commit f6e3a40

Please sign in to comment.