Compare commits
2 Commits
4fd018e97c
...
2ca3ee7bd1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ca3ee7bd1 | |||
| ac867f67fc |
@ -24,7 +24,7 @@ COPY . .
|
|||||||
RUN python manage.py collectstatic --noinput
|
RUN python manage.py collectstatic --noinput
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
EXPOSE 8081
|
EXPOSE 8000
|
||||||
|
|
||||||
# Run migrations and start Gunicorn
|
# Run migrations and start Gunicorn
|
||||||
CMD sh -c "python manage.py migrate && gunicorn booking_system.wsgi:application --bind 0.0.0.0:8081 --workers 3"
|
CMD sh -c "python manage.py migrate && gunicorn booking_system.wsgi:application --bind 0.0.0.0:8000 --workers 3"
|
||||||
Loading…
Reference in New Issue
Block a user