Skip to content

Commit

Permalink
debug: Add logging to verify ARG values during Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
유미라 authored and 유미라 committed Nov 27, 2024
1 parent c5068cd commit c776d77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ COPY . .
ARG VITE_API_URL
ARG VITE_SOCKET_URL

RUN echo "VITE_API_URL=$VITE_API_URL" && echo "VITE_SOCKET_URL=$VITE_SOCKET_URL"

ENV VITE_API_URL=$VITE_API_URL
ENV VITE_SOCKET_URL=$VITE_SOCKET_URL

Expand Down

0 comments on commit c776d77

Please sign in to comment.