We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba98e22 commit 1cc53e8Copy full SHA for 1cc53e8
.github/workflows/build-production-container.yml
@@ -47,8 +47,7 @@ jobs:
47
with:
48
build-args: |
49
APP_ENV=poduction
50
- HOST_PORT=3000
51
- PLACKUP_ARGS=-E production -s Starman --workers=10 -l /tmp/app.sock
+ PLACKUP_ARGS=-E production -s Starman --workers=10
52
push: true
53
tags: ${{ steps.meta.outputs.tags }}
54
labels: ${{ steps.meta.outputs.labels }}
0 commit comments