Mungert commited on
Commit
1dabb71
·
verified ·
1 Parent(s): 3215eb3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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