Mungert commited on
Commit
943fe4c
·
verified ·
1 Parent(s): 59b2787

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- ENTRYPOINT ["/home/user/code/entrypoint.sh"]
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