Skip to content

Commit 4495e99

Browse files
authored
Change the vote port
1 parent a6bb959 commit 4495e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vote/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pip install -r requirements.txt
1212
ADD . /app
1313

1414
# Make port 80 available for links and/or publish
15-
EXPOSE 80
15+
EXPOSE 8080
1616

1717
# Define our command to be run when launching the container
18-
CMD ["gunicorn", "app:app", "-b", "0.0.0.0:80", "--log-file", "-", "--access-logfile", "-", "--workers", "4", "--keep-alive", "0"]
18+
CMD ["gunicorn", "app:app", "-b", "0.0.0.0:8080", "--log-file", "-", "--access-logfile", "-", "--workers", "4", "--keep-alive", "0"]

0 commit comments

Comments
 (0)