Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix(docker): fix copy command for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Mar 30, 2024
1 parent 0825476 commit 718e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN set -eux \

# copy project
COPY src/alembic.ini /app/alembic.ini
COPY src/alembic /app/alembic
COPY src/migrations /app/migrations
COPY src/app /app/app

0 comments on commit 718e258

Please sign in to comment.