Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion authored May 7, 2024
1 parent 1314a0c commit 9ae63e6
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 @@ -5,7 +5,7 @@ WORKDIR /app
RUN apk add --no-cache libc6-compat

# .env 파일 생성
RUN echo "VITE_SERVER_BASE_URL=https://api.example.com" > .env
ENV VITE_SERVER_BASE_URL="https://api.example.com"

COPY . ./

Expand Down

0 comments on commit 9ae63e6

Please sign in to comment.