jack 1 kuukausi sitten
vanhempi
commit
035d072d14
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      docker/entrypoint.sh

+ 4 - 4
docker/entrypoint.sh

@@ -2,10 +2,10 @@
 
 set -e
 
-if [[ "${MIGRATION_ENABLED}" == "true" ]]; then
-  echo "Running migrations"
-  alembic upgrade head
-fi
+#if [[ "${MIGRATION_ENABLED}" == "true" ]]; then
+#  echo "Running migrations"
+#  alembic upgrade head
+#fi
 
 if [[ "${MODE}" == "worker" ]]; then
   echo "celery run"