File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 build-args : |
4949 APP_ENV=poduction
5050 HOST_PORT=3000
51- PLACKUP_ARGS=' -E production -s Starman --workers=10 -l /tmp/app.sock'
51+ PLACKUP_ARGS=-E production -s Starman --workers=10 -l /tmp/app.sock
5252 push : true
5353 tags : ${{ steps.meta.outputs.tags }}
5454 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if [ "$1" = "serve" ]; then
44 echo " Starting the application..."
55 echo " Environment: $APP_ENV "
66 echo " Host Port: $HOST_PORT "
7- echo " Plackup Options: $PLACKUP_ARGS "
7+ echo " Plackup Options: ${ PLACKUP_ARGS} "
88 echo " git binary: $( which git) - $( git --version) "
99 echo " ========================="
1010 echo " Access the application at http://localhost:${HOST_PORT} "
You can’t perform that action at this time.
0 commit comments