chore: docker BLOSSOM_CONFIG env
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 7s

This commit is contained in:
Stixx 2024-11-06 17:13:25 +01:00
parent f121c2d6a7
commit 13d080685c

View File

@ -45,6 +45,6 @@ VOLUME [ "/app/data" ]
EXPOSE 3000 EXPOSE 3000
ENV DEBUG="blossom-server,blossom-server:*" ENV DEBUG="blossom-server,blossom-server:*"
ENV BLOSSOM_CONFIG: "/app/data/config.yml" ENV BLOSSOM_CONFIG="/app/data/config.yml"
CMD [ "/app/start.sh" ] CMD [ "/app/start.sh" ]