Skip to content

Commit

Permalink
docker ports mapping for snake multiplayer image
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrawach committed Jun 17, 2024
1 parent 488d7bc commit 4e554e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
docker rm $(docker stop $(docker ps -a -q --filter ancestor=<image-name> --format="{{.ID}}"))
docker rmi $(docker images | grep 'snake-multiplayer') --force
docker build -t snake-multiplayer ${{ vars.PATH_TO_TARGET_SERVER_FOLDER }}
docker run -d snake-multiplayer
docker run -d -p 2567:2567 snake-multiplayer

0 comments on commit 4e554e7

Please sign in to comment.