fixes huggingface dockerfile
This commit is contained in:
parent
ede7a1f0cb
commit
05ba17e65a
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue