Merge pull request 'Fixed SDK dockerfile reference' (#59) from test into main
Some checks failed
continuous-integration/drone Build is failing
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user