v3
This commit is contained in:
@@ -50,7 +50,7 @@ RUN pip3 install flask flask-cors
|
|||||||
COPY app.py .
|
COPY app.py .
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
EXPOSE 5000
|
EXPOSE 4002
|
||||||
|
|
||||||
# Run the server
|
# Run the server
|
||||||
CMD ["python3", "app.py"]
|
CMD ["python3", "app.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user