This commit is contained in:
@@ -10,6 +10,8 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY alembic.ini .
|
||||
COPY migrations ./migrations
|
||||
COPY app ./app
|
||||
|
||||
RUN mkdir -p /app/data
|
||||
|
||||
Reference in New Issue
Block a user