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 48
48
build-args : |
49
49
APP_ENV=poduction
50
50
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
52
52
push : true
53
53
tags : ${{ steps.meta.outputs.tags }}
54
54
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if [ "$1" = "serve" ]; then
4
4
echo " Starting the application..."
5
5
echo " Environment: $APP_ENV "
6
6
echo " Host Port: $HOST_PORT "
7
- echo " Plackup Options: $PLACKUP_ARGS "
7
+ echo " Plackup Options: ${ PLACKUP_ARGS} "
8
8
echo " git binary: $( which git) - $( git --version) "
9
9
echo " ========================="
10
10
echo " Access the application at http://localhost:${HOST_PORT} "
You can’t perform that action at this time.
0 commit comments