Skip to content

Commit 658f8c9

Browse files
committed
fix: port
1 parent 7938d3a commit 658f8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
docker rm $(docker ps -aq --filter publish=4008) || true
6767
# Run new container
6868
output=$( docker run -d \
69-
-p 4008:3006 \
69+
-p 4008:5000 \
7070
--env-file env \
7171
--name applications-bn \
7272
${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest)

0 commit comments

Comments
 (0)