Skip to content

Commit

Permalink
Merge pull request #18 from MARU-EGG/cicd11
Browse files Browse the repository at this point in the history
chore: CI-CD 파일 수정
  • Loading branch information
Hoya324 authored Jun 18, 2024
2 parents 6689eb1 + bd5520b commit a1470c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ EXPOSE 8080
# The application's jar file
ARG JAR_FILE=build/libs/MARU_EGG-0.0.1-SNAPSHOT.jar

# Copy the application's jar to the container
COPY ${JAR_FILE} MARU_EGG.jar
# Add the application's jar to the container
ADD ${JAR_FILE} MARU_EGG.jar

# Run the jar file
ENTRYPOINT ["java", "-jar", "MARU_EGG.jar"]

0 comments on commit a1470c5

Please sign in to comment.