diff options
| author | Bobby <[email protected]> | 2023-11-11 18:13:51 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-11 18:13:51 -0500 |
| commit | ba064b4cf7473ae3f42dbf9be7f8667780aa578b (patch) | |
| tree | 76fc091616a34ae24d780b901514ede9a3967d79 | |
| parent | 9f5c83865ebcca3293d8f30dea6ea6fa8ed5abc2 (diff) | |
| download | thatcomputerscientist-ba064b4cf7473ae3f42dbf9be7f8667780aa578b.tar.xz thatcomputerscientist-ba064b4cf7473ae3f42dbf9be7f8667780aa578b.zip | |
update dockerfile
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,6 +28,6 @@ RUN python manage.py makemigrations RUN python manage.py migrate -EXPOSE 8080 +EXPOSE 8000 -CMD ["gunicorn", "--bind", ":8080", "--workers", "2", "thatcomputerscientist.wsgi"] +CMD ["python", "manage.py", "runserver"] |
