Merge pull request 'Fixed SDK dockerfile reference' (#59) from test into main
Some checks failed
continuous-integration/drone Build is failing

Reviewed-on: #59
This commit was merged in pull request #59.
This commit is contained in:
2026-03-08 14:45:38 +02:00

View File

@@ -3,7 +3,7 @@ WORKDIR /app
USER app USER app
COPY --chown=app:app ./SampleApi/bin/Release/net8.0/publish/ . COPY --chown=app:app ./SampleApi/bin/Release/net10.0/publish/ .
EXPOSE 8081 EXPOSE 8081
ENV ASPNETCORE_HTTP_PORTS=8081 ENV ASPNETCORE_HTTP_PORTS=8081