Skip to content

Commit cbfd5be

Browse files
author
WhisperN
committed
Merge branch 'main' of github.com:JSS-Embeded-Systems/home-iot
Updating some non local changes
2 parents 954e4a3 + 7c3a67a commit cbfd5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
docker stop iot-dashboard || true
6161
docker rm iot-dashboard || true
6262
docker build -t iot-dashboard:latest .
63-
docker run -d --name iot-dashboard -p 3000:3000 iot-dashboard:latest"'
63+
docker run -d --name iot-dashboard -p 8080:80 iot-dashboard:latest"'

0 commit comments

Comments
 (0)