Skip to content

Commit

Permalink
#52 [feat] dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh committed Jan 10, 2024
1 parent 41c80fd commit 63b63ac
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 63b63ac

Please sign in to comment.