fix typo
This commit is contained in:
parent
75348a1877
commit
db1349eb29
@ -4,7 +4,7 @@ set -e
|
||||
trap "echo Exiting...; exit 0" EXIT TERM
|
||||
|
||||
STARTUP_COMMAND="java Xmx2G -jar app.jar" # Command that you specified in your Dockerfile as 'CMD'
|
||||
BASE_DIR="/app" # Base Direcotry of your containerized app
|
||||
BASE_DIR="/app" # Base directory of your containerized app
|
||||
|
||||
if [[ "$*" == "$STARTUP_COMMAND" ]]; then
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user