Skip to content

Commit

Permalink
build(Dockefile): Removing entrypoint.sh from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabszs committed Oct 7, 2024
1 parent 5ac7c63 commit b00327f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
COPY app ./app
COPY alembic.ini ./
COPY migrations ./migrations
COPY entrypoint.sh ./

EXPOSE 80

Expand Down

0 comments on commit b00327f

Please sign in to comment.