Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71dd02a122 | ||
|
|
83505ee117 |
+1
-1
@@ -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