suhail commited on
Commit
7525a49
·
1 Parent(s): 200c0e9
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -57,6 +57,12 @@ RUN pip install --no-cache-dir -r requirements.txt
57
  # =========================
58
  COPY src/ ./src
59
 
 
 
 
 
 
 
60
  # =========================
61
  # Copy specs folder to match expected absolute path
62
  # =========================
 
57
  # =========================
58
  COPY src/ ./src
59
 
60
+
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
  # =========================