Skip to content

Commit 1cc53e8

Browse files
committed
Fixup PLACKUP_ARGS for prod
1 parent ba98e22 commit 1cc53e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
with:
4848
build-args: |
4949
APP_ENV=poduction
50-
HOST_PORT=3000
51-
PLACKUP_ARGS=-E production -s Starman --workers=10 -l /tmp/app.sock
50+
PLACKUP_ARGS=-E production -s Starman --workers=10
5251
push: true
5352
tags: ${{ steps.meta.outputs.tags }}
5453
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)