[2025-04-13] Update port, 80 -> 8080
This commit is contained in:
parent
aa8c36d4b9
commit
01d222357d
@ -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"]
|
||||
|
@ -8,4 +8,4 @@ services:
|
||||
context: build
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "1111:80"
|
||||
- "1111:8080"
|
||||
|
Loading…
x
Reference in New Issue
Block a user