diff options
| author | Bobby <[email protected]> | 2022-07-18 11:30:34 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-18 11:30:34 +0530 |
| commit | 92bfcab3712b99129e0fc8f768965b0945868ba4 (patch) | |
| tree | 4098c6024ad9ebc4cb7f2660ea220acfbfc4540d /Dockerfile | |
| parent | 2a5bb7f6bb48e80d8c0cf22fe80af9ecd1ce7428 (diff) | |
| download | thatcomputerscientist-92bfcab3712b99129e0fc8f768965b0945868ba4.tar.xz thatcomputerscientist-92bfcab3712b99129e0fc8f768965b0945868ba4.zip | |
Fix port number
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,5 +24,5 @@ EXPOSE 8080 # replace APP_NAME with module name # CMD ["gunicorn", "--bind", ":8080", "--workers", "2", "thatcomputerscientist.wsgi"] -CMD ["python3", "manage.py", "runserver", ":8080"] +CMD ["python3", "manage.py", "runserver", "8080"] |
