mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 04:14:58 +00:00
change dockerfile command
This commit is contained in:
@@ -14,5 +14,5 @@ EXPOSE 5000
|
|||||||
CMD ["python", "web/app.py"]
|
CMD ["python", "web/app.py"]
|
||||||
|
|
||||||
#build instruction: sudo docker buildx build -t flaskapp:latest .
|
#build instruction: sudo docker buildx build -t flaskapp:latest .
|
||||||
#run instruction: sudo docker run --network="host" flaskapp:latest
|
#run instruction: sudo docker run --network="host" --restart=always flaskapp:latest
|
||||||
# need to use network host to connect to the host's mqtt server
|
# need to use network host to connect to the host's mqtt server
|
Reference in New Issue
Block a user