Skip to content

Commit

Permalink
show state
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Sep 30, 2024
1 parent 2df2457 commit 9e405b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Docker Container
run: |
docker run -d --name ${{ env.INSTANCE_NAME }} ${{ env.DOCKER_IMAGE_NAME }}:${{ env.CODELINE }}
docker run -d --name ${{ env.INSTANCE_NAME }} -p 2442:2442 ${{ env.DOCKER_IMAGE_NAME }}:${{ env.CODELINE }}
- name: Validate PyTerraBackTYL is up
run: |
Expand Down

0 comments on commit 9e405b7

Please sign in to comment.