Skip to content

Commit 2cf3d03

Browse files
committed
Setup HOST_PORT to 5055 for prod
1 parent 3739390 commit 2cf3d03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-production-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
with:
4848
build-args: |
4949
APP_ENV=poduction
50+
HOST_PORT=5055
5051
PLACKUP_ARGS='-E production -s Starman --workers=10 -l /tmp/app.sock'
5152
push: true
5253
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)