fix(api): include alembic config and migrations in Docker image
This commit is contained in:
committed by
GitHub
parent
9f5699e217
commit
3cf87eb771
@@ -16,6 +16,8 @@ WORKDIR /app
|
||||
RUN adduser --system --group --uid 1000 app
|
||||
COPY --from=build /install /usr/local
|
||||
COPY src/ ./src/
|
||||
COPY alembic.ini ./
|
||||
COPY alembic/ ./alembic/
|
||||
|
||||
USER 1000
|
||||
EXPOSE 8000
|
||||
|
||||
Reference in New Issue
Block a user