Skip to content

Commit 6730dde

Browse files
committed
Debug port
1 parent db1f297 commit 6730dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
docker build -t ${{ env.IMAGE_NAME }} .
5656
5757
echo "Starting new container..."
58+
echo "Listening on port ${{ env.HOST_PORT }}"
5859
docker run -d --name ${{ env.CONTAINER_NAME }} \
5960
-p ${{ env.HOST_PORT }}:8000 \
6061
-v ./.env:/app/.env \

0 commit comments

Comments
 (0)