Trimmed back some ENV defaults from Dockerfile

This commit is contained in:
Geoff Bourne
2021-02-07 17:52:42 -06:00
parent 8312233a93
commit 861faaa285
5 changed files with 10 additions and 5 deletions

View File

@@ -4,6 +4,9 @@
set -e
isDebugging && set -x
: ${LEVEL:=world}
export LEVEL
if [ $TYPE = "FEED-THE-BEAST" ]; then
worldDest=$FTB_DIR/$LEVEL
else