diff --git a/Dockerfile b/Dockerfile index ac19e73..d917d4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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