From 71b593615cfc3f9c64a2c2a010519497ae7deb04 Mon Sep 17 00:00:00 2001 From: Ben Senescu Date: Mon, 9 Mar 2026 23:41:49 -0400 Subject: [PATCH] Remove redundant env defaults from selfhost Dockerfile --- self-host/Dockerfile.selfhost | 5 ----- 1 file changed, 5 deletions(-) diff --git a/self-host/Dockerfile.selfhost b/self-host/Dockerfile.selfhost index ac8bcb2..3c6d30a 100644 --- a/self-host/Dockerfile.selfhost +++ b/self-host/Dockerfile.selfhost @@ -2,11 +2,6 @@ FROM node:22 ENV PNPM_HOME=/pnpm ENV PATH=$PNPM_HOME:$PATH -ENV PORT=3001 -ENV BYPASS_GATEWAY_LOCAL_ONLY=true -ENV VITE_APP_ID=open-seo -ENV VITE_GATEWAY_URL=http://localhost:3001 -ENV GATEWAY_URL=http://localhost:3001 WORKDIR /app