Skip to content

Commit

Permalink
docker file 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 10, 2024
1 parent 040889b commit 831690b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,4 @@ ENV PORT=8000

RUN chmod +x ./entrypoint.sh

COPY .env .env

RUN export $(grep -v '^#' .env | xargs)


ENTRYPOINT ["/bin/sh", "-c", "./entrypoint.sh"]

0 comments on commit 831690b

Please sign in to comment.