[2025-04-13] Update port, 80 -> 8080

This commit is contained in:
Andrew Conlin 2025-04-13 17:56:34 +01:00
parent aa8c36d4b9
commit 01d222357d
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 80
EXPOSE 8080
CMD ["gunicorn","--config", "gunicorn_config.py", "year-progress:app"]

View File

@ -8,4 +8,4 @@ services:
context: build
dockerfile: Dockerfile
ports:
- "1111:80"
- "1111:8080"