Update Dockerfile
This commit is contained in:
@@ -16,7 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Expose the port Flask runs on
|
# Expose the port Flask runs on
|
||||||
EXPOSE 5000
|
EXPOSE 10333
|
||||||
|
|
||||||
# Set environment variable for Flask
|
# Set environment variable for Flask
|
||||||
ENV FLASK_APP=app.py
|
ENV FLASK_APP=app.py
|
||||||
|
|||||||
Reference in New Issue
Block a user