jack 2 달 전
부모
커밋
ccb64294db
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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"