Initial commit

This commit is contained in:
Michael Nolan 2022-09-05 11:46:47 -05:00
parent 29ecdf6ca5
commit d81b926073
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0
WORKDIR /app
COPY --from=build /app ./
EXPOSE 5069
EXPOSE 80
ENTRYPOINT ["dotnet","ytapic.dll"]