fixes huggingface dockerfile
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user