Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored May 3, 2024
1 parent 8dace1a commit f909fcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/apps/tic-tac-toe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ RUN apk add xsel

ARG VITE_CONTRACT_ADDRESS \
VITE_NODE_ADDRESS \
VITE_GASLESS_BACKEND_ADDRESS \
VITE_SENTRY_DSN
ENV VITE_CONTRACT_ADDRESS=${VITE_CONTRACT_ADDRESS} \
VITE_NODE_ADDRESS=${VITE_NODE_ADDRESS} \
VITE_GASLESS_BACKEND_ADDRESS=${VITE_GASLESS_BACKEND_ADDRESS} \
VITE_SENTRY_DSN=${VITE_SENTRY_DSN} \
DISABLE_ESLINT_PLUGIN=true

Expand Down

0 comments on commit f909fcb

Please sign in to comment.