adding initial project and solution files
This commit is contained in:
6
src/Web/Dockerfile
Normal file
6
src/Web/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM microsoft/aspnetcore:1.1
|
||||
ARG source
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
COPY ${source:-obj/Docker/publish} .
|
||||
ENTRYPOINT ["dotnet", "eShopWeb.dll"]
|
||||
Reference in New Issue
Block a user