From f9928abcf17423eba3ff7db773553d29bc7a2f3d Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Tue, 14 Apr 2020 02:08:48 +0300 Subject: [PATCH] Comment entry.sh --- bin/script/entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/script/entry.sh b/bin/script/entry.sh index 87be062..673ee54 100755 --- a/bin/script/entry.sh +++ b/bin/script/entry.sh @@ -12,6 +12,7 @@ bundle install --jobs 8 # Precompile assets when needed. Don't assume the ENV if [ "$ASSETS_PRECOMPILE" -eq 1 ]; then echo "Fetching assets..." + # FIXME: disabled for now if false; then #if [[ -z "$ASSETS_PATH" ]] && [ -d "$ASSETS_PATH"]; then rm -rf "${APP_PATH}/public/assets"