Update file path for build script

This commit is contained in:
2025-06-25 18:51:13 -07:00
parent cf90241944
commit 6ed9ef0ebc
+1 -1
View File
@@ -59,6 +59,6 @@ EXPOSE 5000
COPY --from=build-backend /app/publish ./ COPY --from=build-backend /app/publish ./
# Copy in the client # Copy in the client
COPY --from=build-frontend /src/resources/static/browser ./wwwroot/ COPY --from=build-frontend /debug/wwwroot ./wwwroot/
ENTRYPOINT ["dotnet", "MistoxWebsite.Server.dll", "--url", "http://localhost:5000"] ENTRYPOINT ["dotnet", "MistoxWebsite.Server.dll", "--url", "http://localhost:5000"]