Skip to content

Commit

Permalink
[CHORE] 도커 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast authored Feb 21, 2024
1 parent 16a1bbd commit bc7890d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
# 멀티 스테이징
FROM amd64/amazoncorretto:17-alpine AS jar

# AWS CLI 복사
COPY --from=cli /app .

# 애플리케이션 JAR 파일 복사
COPY ./build/libs/lequuServer-0.0.1-SNAPSHOT.jar /app/lequuServer.jar

# 작업 디렉터리 설정
WORKDIR /app

# Build 시점에 설정할 환경 변수
ARG AWS_ACCESS_KEY_ID
ARG AWS_SECRET_ACCESS_KEY
Expand Down

0 comments on commit bc7890d

Please sign in to comment.