Upload project.

This commit is contained in:
StevenJW
2020-06-09 21:21:37 +01:00
parent 251cec2dac
commit 15556e92aa
196 changed files with 86759 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim
COPY products/ /app
WORKDIR /app
EXPOSE 80
ENTRYPOINT ["dotnet", "ThAmCo.Products.dll"]