Skip to content

Commit

Permalink
style(Dockerfile) : 불필요한 주석 및 개행 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Due-IT committed Nov 14, 2024
1 parent aa6d13a commit 9d59b76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Server/banchango/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ COPY ${JAR_FILE} /banchango.jar
#컨테이너 실행 명령어
#ex) java -jar -Dspring.profiles.active=prod /sejongmate.jar
ENTRYPOINT ["java","-jar","/banchango.jar"]
#

0 comments on commit 9d59b76

Please sign in to comment.