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

This commit is contained in:
Stixx 2024-11-06 21:49:12 +01:00
parent 01f7e499bd
commit 7312914859
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,8 +1,5 @@
#!/bin/bash
echo "==> Copy config"
cp config.example.yml /app/data/config.yml
echo "==> Changing ownership"
chown -R cloudron:cloudron /app/data