Skip to content

Commit

Permalink
Merge pull request #338 from boostcampwm2023/BE-fix/delete-tmp-db
Browse files Browse the repository at this point in the history
entrypoint.sh ๊ถŒํ•œ ์ˆ˜์ •
  • Loading branch information
Conut-1 authored May 20, 2024
2 parents e7ad17d + 3fd8d00 commit 815e26c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nestjs-BE/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ COPY ./ ./

EXPOSE 3000

RUN chmod +x ./entrypoint.sh

ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit 815e26c

Please sign in to comment.