Skip to content

Commit

Permalink
Add the scripts folder to backend img for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3rfan committed Sep 5, 2024
1 parent ec14665 commit bafb3a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ ENV PYTHONPATH=/app

COPY ./scripts/ /app/

COPY ../scripts/ /app/scripts/

COPY ./alembic.ini /app/

COPY ./prestart.sh /app/
Expand Down

0 comments on commit bafb3a6

Please sign in to comment.