Skip to content

Commit

Permalink
배포 설정 또 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
육기준 authored Dec 26, 2023
1 parent f14aa89 commit a63e2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . .
# 소스 코드가 조금 달라질때도 항상 npm install을 수행해서 리소스가 낭비된다.

ARG BASE_URL
ENV REACT_APP_API_KEY $BASE_URL
ENV REACT_APP_API_URL $BASE_URL
# 3000번 포트 노출
EXPOSE 3000

Expand Down

0 comments on commit a63e2c2

Please sign in to comment.