diff --git a/Dockerfile b/Dockerfile index 01524f1..1990f1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ DB_PASS = catask\n\ DB_PORT = 3306\n\ ADMIN_PASSWORD = $ADMIN_PASSWORD\n\ APP_SECRET = $(python3 -c "import secrets; print(secrets.token_hex())")' > .env -COPY config.example.json config.json +COPY ./config.example.json ./config.json ENTRYPOINT [ "gunicorn", "-w", "4", "app:app" ] \ No newline at end of file