diff --git a/bin/docker-entrypoint b/bin/docker-entrypoint index 8942d13..b713c71 100755 --- a/bin/docker-entrypoint +++ b/bin/docker-entrypoint @@ -9,8 +9,8 @@ fi # If running the rails server then create or migrate existing database if [ "${@: -2:1}" == "./bin/rails" ] && [ "${@: -1:1}" == "server" ]; then ./bin/rails db:prepare - echo "Warming up caches for production deployment..." - ./bin/rails cache:warmup + # echo "Warming up caches for production deployment..." + # ./bin/rails cache:warmup fi exec "${@}"