fixes huggingface dockerfile

This commit is contained in:
nai-degen 2023-04-09 21:25:59 -07:00 committed by nai-degen
parent ede7a1f0cb
commit 05ba17e65a
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ RUN apt-get update && \
RUN git clone https://github.com/nai-degen/oai-reverse-proxy.git /app
WORKDIR /app
RUN npm install
COPY . .
RUN npm run build
EXPOSE 7860
CMD [ "npm", "start" ]