Update Dockerfile
Docker Build and Release Upload / build (push) Successful in 1m21s

This commit is contained in:
2025-07-29 17:23:09 +00:00
parent bcba4fc367
commit e60bf1fc79
+1 -1
View File
@@ -72,4 +72,4 @@ COPY --from=build-backend /app/publish ./
# Copy in the client # Copy in the client
COPY --from=build-frontend /debug/wwwroot ./wwwroot/ COPY --from=build-frontend /debug/wwwroot ./wwwroot/
ENTRYPOINT ["dotnet", "MistoxWebsite.Server.dll", "--url", "http://localhost:5000"] ENTRYPOINT ["dotnet", "Server.dll", "--url", "http://localhost:5000"]