connect front and back

This commit is contained in:
Shihaam Abdul Rahman 2022-12-14 00:34:41 +05:00
parent 37dc6c6765
commit d8aeea64ff
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -25,7 +25,8 @@ 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
&& cd /root/okiba-org-frontend ; pnpm install ; pnpm run build \
&& echo 'VITE_SERVER_URL=http://localhost:8080' > .env.local
# Copy Start Services
COPY buildfiles/start_services.sh .