diff --git a/Dockerfile b/Dockerfile index 17aecbe..3e5307f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ FROM node:16-alpine AS builder WORKDIR /app COPY --from=deps /app/node_modules ./node_modules COPY . . -ENV NEXT_PUBLIC_THEGRAPH_API_KEY RUN yarn build