johnbridges commited on
Commit
5e08b80
·
1 Parent(s): d7c7c9b
Files changed (2) hide show
  1. .Dockerfile.swp +0 -0
  2. Dockerfile +1 -1
.Dockerfile.swp ADDED
Binary file (12.3 kB). View file
 
Dockerfile CHANGED
@@ -49,7 +49,7 @@ 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 wwwroot /home/user/code/app/wwwroot
53
 
54
 
55
 
 
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