how about now ?

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"]