Skip to content

Commit

Permalink
trying to fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar Oostendorp committed Dec 19, 2023
1 parent 3db8699 commit 9e8ff04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ RUN yarn build --mode production
FROM ghcr.io/oostvoort/keiko:0.0.21 AS runtime

ENV PUBLIC_TORII=http://localhost:8080
ENV PUBLIC_NODE_URL=http://localhost:5050
ENV VITE_PUBLIC_ETH_CONTRACT_ADDRESS=0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
ENV CORE_VERSION=VERSION

HEALTHCHECK CMD (curl --fail http://localhost:3000 && curl --fail http://localhost:5050) || exit 1

Expand Down

0 comments on commit 9e8ff04

Please sign in to comment.