Upload project.
This commit is contained in:
5
ThAmCo-Products/Dockerfile
Normal file
5
ThAmCo-Products/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user