Skip to content

Commit

Permalink
[fix] app 컨테이너 Dockerfile 수정
Browse files Browse the repository at this point in the history
related to #43
  • Loading branch information
jo0oy committed Jan 8, 2024
1 parent 4bf7853 commit 0c5095e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM openjdk:17-jdk-slim
WORKDIR /app
COPY . .
COPY .env .env
ARG JAR_FILE_PATH=build/libs/*.jar
COPY ${JAR_FILE_PATH} app.jar
ENV TZ=Asia/Seoul
Expand Down

0 comments on commit 0c5095e

Please sign in to comment.