chore: docker BLOSSOM_CONFIG env
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 6s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 6s
This commit is contained in:
parent
13d080685c
commit
917012b297
@ -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="data/config.yml"
|
||||||
|
|
||||||
CMD [ "/app/start.sh" ]
|
CMD [ "/app/start.sh" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user