Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -109,6 +109,6 @@ RUN cp -r /home/user/code/NetworkMonitorLLM/bin/Release/net10.0/* /home/user/cod
|
|
| 109 |
|
| 110 |
# Set the working directory to the `app` directory
|
| 111 |
WORKDIR /home/user/code/app
|
| 112 |
-
|
| 113 |
CMD ["dotnet", "NetworkMonitorLLM.dll"]
|
| 114 |
|
|
|
|
| 109 |
|
| 110 |
# Set the working directory to the `app` directory
|
| 111 |
WORKDIR /home/user/code/app
|
| 112 |
+
|
| 113 |
CMD ["dotnet", "NetworkMonitorLLM.dll"]
|
| 114 |
|