7
All checks were successful
Publish Docker Image / docker (push) Successful in 39s

This commit is contained in:
Lee
2024-01-13 19:55:54 +00:00
parent 9f871cc50c
commit 660e40dd20
2 changed files with 8 additions and 2 deletions

View File

@ -14,6 +14,6 @@ RUN python -m pip install -r requirements.txt
WORKDIR /app
COPY . /app
ENV CONFIG_FILE_PATH=/app/config.yml
ENV CONFIG_FILE=/app/config.yml
CMD ["python", "src/manage.py"]