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