suhail commited on
Commit
6416d57
·
1 Parent(s): 7525a49
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -61,8 +61,7 @@ COPY src/ ./src
61
  # Copy alembic config
62
  COPY alembic.ini .
63
 
64
- # Copy migrations folder (if not inside src)
65
- COPY src/migrations/ ./src/migrations
66
  # =========================
67
  # Copy specs folder to match expected absolute path
68
  # =========================
 
61
  # Copy alembic config
62
  COPY alembic.ini .
63
 
64
+
 
65
  # =========================
66
  # Copy specs folder to match expected absolute path
67
  # =========================