From f6e3a40e46dff9c3e86b88611469331271267b09 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Wed, 17 Apr 2024 13:42:05 -0400 Subject: [PATCH] use WORKDIR /data in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7ca2f72..2ea1e8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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