From f2cf52495c5f990001311cc42c1da07ca6bc48dc Mon Sep 17 00:00:00 2001 From: Hiep Mai Date: Mon, 5 Aug 2024 17:36:22 +0700 Subject: [PATCH] Remove docker entry-point --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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}