mirror of https://github.com/Squidex/squidex.git
1 changed files with 1 additions and 3 deletions
@ -1,7 +1,5 @@ |
|||||
FROM microsoft/aspnetcore:1.1.2 |
FROM microsoft/aspnetcore:1.1.2 |
||||
|
|
||||
WORKDIR /app |
WORKDIR /app |
||||
|
|
||||
COPY . . |
COPY . . |
||||
|
EXPOSE 80 |
||||
ENTRYPOINT ["dotnet", "Squidex.dll"] |
ENTRYPOINT ["dotnet", "Squidex.dll"] |
||||
Loading…
Reference in new issue