Skip to content

Commit cb0b7f2

Browse files
committed
[infra] Dockerfile 수정
1 parent a3917fd commit cb0b7f2

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

.idea/workspace.xml

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ docker run -d --name ${DEPLOY_NAME} -p ${DEPLOY_PORT}:8080 \
5555
-e REDIS_PORT=6379 \
5656
-e JWT_SECRET="VlwEyVBsYt9V7zq57TejMnVUyzblYcfPQye08f7MGVA9XkHa" \
5757
${IMAGE_NAME}
58-
58+
java -jar /app/app.jar
5959
sleep 10
6060

6161
# 불필요한 이미지 정리

0 commit comments

Comments
 (0)