master
parent
6612d7ebd4
commit
0f5c41259b
|
@ -50,7 +50,7 @@ RUN pip3 install flask flask-cors
|
|||
COPY app.py .
|
||||
|
||||
# Expose port
|
||||
EXPOSE 5000
|
||||
EXPOSE 4002
|
||||
|
||||
# Run the server
|
||||
CMD ["python3", "app.py"]
|
||||
|
|
Loading…
Reference in New Issue