Skip to content

Commit

Permalink
actions변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Criminal0627 committed Jan 2, 2025
1 parent 5943e3f commit 30f4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

# 로컬의 빌드된 JAR 파일을 컨테이너 안으로 복사
# (빌드 과정에서 JAR 파일을 생성한다고 가정)
COPY build/libs/your-app.jar /app/your-app.jar
COPY build/libs/memo-with-tags-0.0.1-SNAPSHOT.jar /app/memo-with-tags-0.0.1-SNAPSHOT.jar

# 컨테이너가 시작될 때 실행될 명령어 설정
CMD ["java", "-jar", "your-app.jar"]

0 comments on commit 30f4a31

Please sign in to comment.