Compare commits
2 Commits
45c3c77bb3
...
71dd02a122
| Author | SHA1 | Date | |
|---|---|---|---|
| 71dd02a122 | |||
| 83505ee117 |
@@ -3,7 +3,7 @@ WORKDIR /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
|
||||
ENV ASPNETCORE_HTTP_PORTS=8081
|
||||
|
||||
Reference in New Issue
Block a user