how about now ?
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 4s
Build and Deploy API / build-and-deploy (push) Successful in 8s

This commit is contained in:
2026-02-28 18:34:20 -06:00
parent a939fe2549
commit fdbcdd2d01

View File

@@ -15,6 +15,6 @@ WORKDIR /app
ENV ASPNETCORE_URLS=http://+:5000 ENV ASPNETCORE_URLS=http://+:5000
COPY --from=build /app/publish . COPY --from=build /app/publish .
EXPOSE 8080 EXPOSE 5000
ENTRYPOINT ["dotnet", "agologum-api.dll"] ENTRYPOINT ["dotnet", "agologum-api.dll"]