Skip to content

Commit

Permalink
#52 [feat] dockerfile 수정
Browse files Browse the repository at this point in the history
#52 [feat] dockerfile 수정
  • Loading branch information
sohyundoh authored Jan 10, 2024
2 parents 1018e93 + 63b63ac commit a4fa0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ WORKDIR /app
COPY ./module-api/build/libs/module-api-1.0.0-SNAPSHOT.jar /app/MILE.jar
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=dev", "MILE.jar"]
FROM redis:latest
COPY redis.conf /usr/local/redis/redis.conf
CMD ["redis-server", "usr/local/redis/redis.conf"]

0 comments on commit a4fa0bd

Please sign in to comment.