diff --git a/Dockerfile b/Dockerfile index 5866d3c..861bc79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ COPY package*.json ./ RUN npm ci --legacy-peer-deps COPY . . ENV TINA_PUBLIC_IS_LOCAL=true -ENV NODE_OPTIONS="--max-old-space-size=2048" RUN npm run build:docker # Frontend: Nginx serving the static site + TinaCMS admin SPA