diff --git a/Dockerfile b/Dockerfile index f5ee367..d43c55a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] diff --git a/start.sh b/start.sh index 5745090..30fcd0a 100644 --- a/start.sh +++ b/start.sh @@ -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