Merge pull request 'fix: Add Alembic directory and configuration file to production Dockerfile for migration support' (#26) from ph4 into prod
Reviewed-on: #26
This commit is contained in:
commit
8d3bf927b6
@ -45,6 +45,8 @@ WORKDIR /app
|
||||
|
||||
# Copy only necessary application files (be selective)
|
||||
COPY --chown=appuser:appuser app/ ./app/
|
||||
COPY --chown=appuser:appuser alembic/ ./alembic/
|
||||
COPY --chown=appuser:appuser alembic.ini ./
|
||||
COPY --chown=appuser:appuser *.py ./
|
||||
COPY --chown=appuser:appuser requirements.txt ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user