Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
- hf_config.json +1 -0
Dockerfile
CHANGED
|
@@ -68,7 +68,7 @@ RUN mkdir -p /opt/puter/app
|
|
| 68 |
WORKDIR /opt/puter/app
|
| 69 |
|
| 70 |
# Copy built artifacts and necessary files from the build stage
|
| 71 |
-
COPY --from=build /app/src/gui/dist ./dist
|
| 72 |
COPY --from=build /app/node_modules ./node_modules
|
| 73 |
COPY . .
|
| 74 |
|
|
|
|
| 68 |
WORKDIR /opt/puter/app
|
| 69 |
|
| 70 |
# Copy built artifacts and necessary files from the build stage
|
| 71 |
+
COPY --from=build /app/src/gui/dist ./src/gui/dist
|
| 72 |
COPY --from=build /app/node_modules ./node_modules
|
| 73 |
COPY . .
|
| 74 |
|
hf_config.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
| 7 |
"protocol": "https",
|
| 8 |
"allow_all_host_values": true,
|
| 9 |
"origin": "https://gionuibk-puter-deploy.hf.space:7860",
|
|
|
|
| 10 |
"services": {
|
| 11 |
"database": {
|
| 12 |
"engine": "sqlite",
|
|
|
|
| 7 |
"protocol": "https",
|
| 8 |
"allow_all_host_values": true,
|
| 9 |
"origin": "https://gionuibk-puter-deploy.hf.space:7860",
|
| 10 |
+
"api_base_url": "https://gionuibk-puter-deploy.hf.space:7860",
|
| 11 |
"services": {
|
| 12 |
"database": {
|
| 13 |
"engine": "sqlite",
|