changed port on dockerfile
1 files changed, 1 insertions(+), 1 deletions(-) M Dockerfile
M Dockerfile => Dockerfile +1 -1
@@ 4,6 4,6 @@ WORKDIR /app ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y libcgi-session-perl libhunspell-dev default-jre && rm -rf /var/lib/apt/lists/* RUN pip install -r requirements.txt EXPOSE 8000 EXPOSE 5000 # CMD ["python", "games.py"] CMD ["gunicorn", "games:app"]