Spaces:
Running
Running
Commit
·
9900ffa
1
Parent(s):
5172a7e
- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -49,8 +49,8 @@ RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
|
49 |
|
50 |
# Copy files into the container as the non-root user
|
51 |
COPY --chown=user:user appsettings.json /home/user/code/app/appsettings.json
|
52 |
-
|
53 |
-
|
54 |
|
55 |
|
56 |
# Expose port 7860 for Hugging Face Spaces
|
|
|
49 |
|
50 |
# Copy files into the container as the non-root user
|
51 |
COPY --chown=user:user appsettings.json /home/user/code/app/appsettings.json
|
52 |
+
# Copy wwwroot from the cloned repo (inside container)
|
53 |
+
RUN cp -r /home/user/code/NetworkMonitorBlazor/wwwroot /home/user/code/app/
|
54 |
|
55 |
|
56 |
# Expose port 7860 for Hugging Face Spaces
|