improves quota display

This commit is contained in:
nai-degen
2023-04-10 04:16:14 -07:00
committed by nai-degen
parent 4200d8203d
commit 6b47c1cdc5
3 changed files with 15 additions and 4 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ RUN apt-get update && \
apt-get install -y git
RUN git clone https://github.com/nai-degen/oai-reverse-proxy.git /app
WORKDIR /app
ENV NODE_ENV=production
RUN npm install
COPY . .
COPY Dockerfile .env* ./
RUN npm run build
EXPOSE 7860
ENV NODE_ENV=production
CMD [ "npm", "start" ]
```
- Click "Commit new file to `main`" to save the Dockerfile.