node is gay, alok is gay for using node

This commit is contained in:
2022-12-20 23:58:16 +05:00
parent 9dceb03d49
commit 6e4b115b89
3 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ RUN source ~/.profile && source ~/.bashrc \
&& wget -O words.txt https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt
# configure frontend
COPY buildfiles/frontend-env /root/okiba-org-frontend/.env.local
RUN source ~/.profile && source ~/.bashrc \
&& cd /root/okiba-org-frontend ; pnpm install ; pnpm build ; cd - \
&& mv /root/okiba-org-frontend/dist/* /var/www/html/ \