diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -22,12 +22,12 @@ RUN pip install -r requirements.txt COPY . /shifoo/ -# RUN python manage.py collectstatic --noinput +RUN python manage.py collectstatic --noinput -# RUN python manage.py makemigrations +RUN python manage.py makemigrations -# RUN python manage.py migrate +RUN python manage.py migrate -# EXPOSE 8080 +EXPOSE 8080 -# CMD ["gunicorn", "--bind", ":8080", "--workers", "2", "thatcomputerscientist.wsgi"] +CMD ["gunicorn", "--bind", ":8080", "--workers", "2", "thatcomputerscientist.wsgi"] |
