Skip to content

Commit 16dc6fe

Browse files
committed
배포
1 parent 6bdba12 commit 16dc6fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM openjdk:17-jdk
22
EXPOSE 8080
3-
COPY build/libs/*SHOT.jar app.jar
3+
COPY build/libs/healthfriend-0.0.1-SNAPSHOT.jar app.jar
44
ENTRYPOINT ["java", "-jar", "/app.jar"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
profiles:
44
- blue
55
build: .
6-
container_name: spring1-container
6+
container_name: spring-container
77
ports:
88
- "8080:8080"
99
environment:

0 commit comments

Comments
 (0)