johnbridges commited on
Commit
9900ffa
·
1 Parent(s): 5172a7e
Files changed (1) hide show
  1. 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
- COPY --chown=user:user /home/user/code/NetworkMonitorBlazor/wwwroot /home/user/code/app/
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