Compare commits

..

No commits in common. "d8aeea64ff67090613ce9a43b294777b664af601" and "81d5ea586a86dec4f0829a98fcd9fcb4d311357e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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 .

View File

@ -13,6 +13,7 @@ services:
- $PWD/.env:/root/okiba-org-backend/.env
ports:
- 3000:3000
- 8080:8080
restart: always
#########################
postgres: