Add base path env

This commit is contained in:
2019-11-09 19:27:30 +03:00
parent 988d4b24b4
commit 4f727d10d3
3 changed files with 5 additions and 2 deletions

View File

@ -14,4 +14,5 @@ docker run -i $TTY \
-v "$PWD:/app" \
-p "3000:3000" \
-w "/app" \
-e "BASE_PATH=$BASE_PATH" \
dayoff-crystal crystal "$@"