Skip to content

Commit

Permalink
chore(docker): script directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed May 13, 2024
1 parent 7039f8d commit dd535f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ COPY --from=builder /wait /wait
COPY --from=builder /usr/local/lib/python${PYTHON_VERSION_CODE}/site-packages /usr/local/lib/python${PYTHON_VERSION_CODE}/site-packages
COPY --chown=app:app . ./

ENV WAIT_COMMAND="python birdxplorer_migration/scripts/migrations/migrate_all.py birdxplorer_migration/data/appv1/"
ENV WAIT_COMMAND="python birdxplorer_migration/scripts/migrate_all.py birdxplorer_migration/data/appv1/"
ENTRYPOINT ["/wait"]

0 comments on commit dd535f6

Please sign in to comment.