diff --git a/Dockerfile b/Dockerfile index 0281aac..c213747 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:20-alpine AS builder WORKDIR /build -ARG NPM_REGISTRY=https://mirror-npm.runflare.com +# ARG NPM_REGISTRY=https://mirror-npm.runflare.com # Vite embeds these at build time ARG VITE_BASE_URL=https://dmenu-api.danakcorp.com