Skip to content

Commit

Permalink
fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtmeeseeks committed Oct 12, 2024
1 parent 9c7775f commit 5059b6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ ARG VITE_NODE_ENV
ARG VITE_DEFAULT_CHAIN_ID
ARG VITE_GRAPH_API_URL

ENV VITE_NETWORK_ENV=$NETWORK_ENV
ENV VITE_API_URL=$API_URL
ENV VITE_NODE_ENV=$NODE_ENV
ENV VITE_DEFAULT_CHAIN_ID=$DEFAULT_CHAIN_ID
ENV VITE_GRAPH_API_URL=$GRAPH_API_URL
ENV VITE_NETWORK_ENV=$VITE_NETWORK_ENV
ENV VITE_API_URL=$VITE_API_URL
ENV VITE_NODE_ENV=$VITE_NODE_ENV
ENV VITE_DEFAULT_CHAIN_ID=$VITE_DEFAULT_CHAIN_ID
ENV VITE_GRAPH_API_URL=$VITE_GRAPH_API_URL

# COPY .npmrc ./
COPY package.json ./
Expand Down

0 comments on commit 5059b6e

Please sign in to comment.