Skip to content

Commit

Permalink
remove unused script variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Nov 23, 2016
1 parent 3fb8d1c commit 71c4433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rootfs/app-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -e
export PLAY_PROJECT_NAME=${PLAY_PROJECT_NAME:-"myapp"}
export PLAY_TEMPLATE=${PLAY_TEMPLATE:-"play-java"}
export PLAY_PROJECT_PORT=${PLAY_PROJECT_PORT:-"9000"}
export SYMFONY_PROJECT_NAME=${SYMFONY_PROJECT_NAME:-"app_template"}

PROJECT_DIRECTORY=/app/$PLAY_PROJECT_NAME

Expand Down

0 comments on commit 71c4433

Please sign in to comment.