Skip to content

Commit

Permalink
chore: entrypoint.sh 권한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Conut-1 committed May 20, 2024
1 parent c73a804 commit 3fd8d00
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 3fd8d00

Please sign in to comment.