# Docker Production
* adds further settings to create a production-ready docker configuration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user