Migrate poo recorder and align Alembic naming
This commit is contained in:
+4
-2
@@ -9,8 +9,10 @@ COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app ./app
|
||||
COPY alembic ./alembic
|
||||
COPY alembic.ini ./
|
||||
COPY alembic_location ./alembic_location
|
||||
COPY alembic_location.ini ./
|
||||
COPY alembic_poo ./alembic_poo
|
||||
COPY alembic_poo.ini ./
|
||||
COPY scripts ./scripts
|
||||
COPY README.md ./
|
||||
RUN mkdir -p /app/data
|
||||
|
||||
Reference in New Issue
Block a user