Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2cf3d03

Browse files
committedMay 4, 2025·
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)
Please sign in to comment.