diff --git a/Dockerfile b/Dockerfile index e56ee72..8fb973a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -72,4 +72,4 @@ COPY --from=build-backend /app/publish ./ # Copy in the client COPY --from=build-frontend /debug/wwwroot ./wwwroot/ -ENTRYPOINT ["dotnet", "MistoxWebsite.Server.dll", "--url", "http://localhost:5000"] \ No newline at end of file +ENTRYPOINT ["dotnet", "Server.dll", "--url", "http://localhost:5000"] \ No newline at end of file