We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 954e4a3 + 7c3a67a commit cbfd5beCopy full SHA for cbfd5be
.github/workflows/docker-dashboard.yml
@@ -60,4 +60,4 @@ jobs:
60
docker stop iot-dashboard || true
61
docker rm iot-dashboard || true
62
docker build -t iot-dashboard:latest .
63
- docker run -d --name iot-dashboard -p 3000:3000 iot-dashboard:latest"'
+ docker run -d --name iot-dashboard -p 8080:80 iot-dashboard:latest"'
0 commit comments