Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 authored Jul 8, 2024
1 parent 3cf2c81 commit e56e248
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
Expand Up @@ -5,6 +5,9 @@ WORKDIR /app
RUN apk add --no-cache libc6-compat

# .env 파일
ARG VITE_SERVER_BASE_URL
ENV VITE_SERVER_BASE_URL=${VITE_SERVER_BASE_URL}

ARG VITE_SERVER_SOCKET_URL
ENV VITE_SERVER_SOCKET_URL=${VITE_SERVER_SOCKET_URL}

Expand Down

0 comments on commit e56e248

Please sign in to comment.