# Docker Production

* adds further settings to create a production-ready docker configuration
This commit is contained in:
2022-01-10 15:27:19 +01:00
parent 670a81c3f5
commit 77855b40ee
6 changed files with 48 additions and 5 deletions

View File

@@ -15,3 +15,6 @@ RUN pip install -r requirements.txt
# Copy rest of project into workspace
COPY . /konova/
# Move static files in designated folder
RUN python manage.py collectstatic --noinput