Initial commit
This commit is contained in:
parent
29ecdf6ca5
commit
d81b926073
|
@ -10,6 +10,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app ./
|
COPY --from=build /app ./
|
||||||
|
|
||||||
EXPOSE 5069
|
EXPOSE 80
|
||||||
|
|
||||||
ENTRYPOINT ["dotnet","ytapic.dll"]
|
ENTRYPOINT ["dotnet","ytapic.dll"]
|
||||||
|
|
Loading…
Reference in New Issue