update: look at todo

main
Thamognya Kodi 2023-01-03 17:32:56 +07:00
parent f3bf8f0257
commit e647f3a7d8
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@ RUN apt install -y nodejs && npm install --global yarn
RUN pip3 install transformers tokenizers datasets contractions torch nltk spacy urlextract internet-ml django djangorestframework
RUN cd /app/frontend/ && yarn install
RUN cd ../ && npm i -g concurrently
CMD [ "./run.sh" ]
EXPOSE 3000:3000
EXPOSE 8080:8080
CMD [ "./run.sh" ]