fix: remove env vars

This commit is contained in:
2025-01-22 04:16:50 +01:00
parent ed037bea17
commit ab289b49c9

View File

@@ -8,9 +8,6 @@ COPY package.json bun.lockb ./
RUN bun install
COPY . .
ENV DB_URL=''
ENV AUTH_TOKEN=''
RUN bun run build