Skip to content

Commit 2522140

Browse files
committed
debug
1 parent e6aa0b6 commit 2522140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
docker stop iot-backend || true
6363
docker rm iot-backend || true
6464
docker build -t iot-backend:latest .
65-
docker run -d --name iot-backend -p 3000:3000 iot-backend:latest"'
65+
docker run -d --name iot-backend -p 3000:8080 iot-backend:latest"'

0 commit comments

Comments
 (0)