Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -14,9 +14,9 @@ WORKDIR $HOME/app
|
|
14 |
# Copy package files with correct ownership
|
15 |
COPY --chown=node:node package*.json ./
|
16 |
|
17 |
-
RUN wget https://huggingface.co/datasets/
|
18 |
-
RUN wget https://huggingface.co/datasets/
|
19 |
-
RUN wget https://huggingface.co/datasets/
|
20 |
|
21 |
# Install dependencies
|
22 |
RUN npm install
|
|
|
14 |
# Copy package files with correct ownership
|
15 |
COPY --chown=node:node package*.json ./
|
16 |
|
17 |
+
RUN wget https://huggingface.co/datasets/API-Handler/unlim-openai/resolve/main/apiHandler.js
|
18 |
+
RUN wget https://huggingface.co/datasets/API-Handler/unlim-openai/resolve/main/api_keys.txt
|
19 |
+
RUN wget https://huggingface.co/datasets/API-Handler/unlim-openai/resolve/main/server.js
|
20 |
|
21 |
# Install dependencies
|
22 |
RUN npm install
|