Set DATA_DIR in the Dockerfile

This commit is contained in:
Leon Mika 2025-02-01 11:19:37 +11:00
parent 1b67fe284d
commit 5f63da0fe8

View file

@ -16,6 +16,7 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
WORKDIR /
ENV DATA_DIR=/data
ENV PORT=3000
CMD ["/hugo-cms"]