Updated the PORT

This commit is contained in:
Tiago Ribeiro
2023-06-22 00:08:32 +01:00
parent fcf900a27e
commit 986f94557b

View File

@@ -14,7 +14,7 @@ COPY . ./
# Install production dependencies. # Install production dependencies.
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
ENV PORT 8080 ENV PORT 5000
EXPOSE $PORT EXPOSE $PORT
# Run the web service on container startup. Here we use the gunicorn # Run the web service on container startup. Here we use the gunicorn