Skip to content

Commit

Permalink
feat/JNU-econovation#206 : Dockerfile CMD 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangdaesun committed May 3, 2024
1 parent b63f2ac commit 42fa37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/exceed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ARG JAR_FILE="./build/libs/*.jar"
COPY ${JAR_FILE} eatceed.jar

EXPOSE 8080
CMD ["java", "-jar", "-Dspring.profiles.active=dev", "eatceed.jar"]
CMD ["java", "-jar", "-Dspring.profiles.active=dev", "eatceed.jar", "../food_data.csv"]

0 comments on commit 42fa37c

Please sign in to comment.