Compare commits
2 Commits
a20c90039b
...
09558ce984
| Author | SHA1 | Date | |
|---|---|---|---|
| 09558ce984 | |||
| 3887cd4843 |
@@ -6,4 +6,5 @@ COPY ./SampleApi/bin/Release/net8.0/publish/ .
|
|||||||
ENV ASPNETCORE_HTTP_PORTS=8081
|
ENV ASPNETCORE_HTTP_PORTS=8081
|
||||||
EXPOSE 8081
|
EXPOSE 8081
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
ENTRYPOINT ["dotnet", "SampleApi.dll"]
|
ENTRYPOINT ["dotnet", "SampleApi.dll"]
|
||||||
Reference in New Issue
Block a user