diff --git a/Dockerfile b/Dockerfile index 8e58f37e..12f0c61c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,6 @@ COPY next.config.mjs . COPY tsconfig.json . COPY tailwind.config.ts . COPY postcss.config.js . -COPY docker-entrypoint.sh . - ARG NEXT_PUBLIC_MEMPOOL_API ENV NEXT_PUBLIC_MEMPOOL_API=${NEXT_PUBLIC_MEMPOOL_API}