Skip to content

Commit

Permalink
fix: port
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Dec 3, 2024
1 parent 7938d3a commit 658f8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
docker rm $(docker ps -aq --filter publish=4008) || true
# Run new container
output=$( docker run -d \
-p 4008:3006 \
-p 4008:5000 \
--env-file env \
--name applications-bn \
${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest)
Expand Down

0 comments on commit 658f8c9

Please sign in to comment.