Skip to content

Commit

Permalink
Remove copy migrations in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoom-Developer committed Nov 12, 2024
1 parent e402227 commit bebbd9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
COPY ./src /app

COPY ./migrations /app/migrations
COPY ./alembic.ini /app/alembic.ini
COPY ./entry.sh /app/entry.sh
RUN chmod +x /app/entry.sh
Expand Down

0 comments on commit bebbd9d

Please sign in to comment.