From e647f3a7d8b31aa2816feb1a6cf253dcb2dddb5b Mon Sep 17 00:00:00 2001 From: Thamognya Kodi Date: Tue, 3 Jan 2023 17:32:56 +0700 Subject: [PATCH] update: look at todo --- web/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 91dd2ee..8ec3d57 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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" ]