# 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 16a5f0c5d4
commit 6a6b7f1f9f
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