that was..stupid, removed env.local from build
This commit is contained in:
parent
2ec443939f
commit
c42fcc8ea6
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user