From c42fcc8ea64c7ac24b9a8dc71f10c0e4001f05be Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Wed, 14 Dec 2022 00:49:04 +0500 Subject: [PATCH] that was..stupid, removed env.local from build --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41cb83f..a3d2775 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,7 @@ RUN git clone https://git.shihaam.dev/shihaam/okiba-org-frontend \ && nvm install node \ && cd /root/okiba-org-backend ; pnpm build \ && wget -O words.txt https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt \ - && cd /root/okiba-org-frontend ; pnpm install ; pnpm run build \ - && echo 'VITE_SERVER_URL=http://localhost:8080' > .env.local + && cd /root/okiba-org-frontend ; pnpm install ; pnpm run build # Copy Start Services COPY buildfiles/start_services.sh .