mirror of https://github.com/Squidex/squidex.git
3 changed files with 18 additions and 18 deletions
@ -1,11 +0,0 @@ |
|||
# Build the image |
|||
docker build . -t squidex-build-image -f Dockerfile.build |
|||
|
|||
# Open the image |
|||
docker create --name squidex-build-container squidex-build-image |
|||
|
|||
# Copy the output to the host file system |
|||
docker cp squidex-build-container:/out ./publish |
|||
|
|||
# Cleanup |
|||
docker rm squidex-build-container |
|||
@ -1,5 +0,0 @@ |
|||
FROM microsoft/aspnetcore:1.1.2 |
|||
WORKDIR /app |
|||
COPY . . |
|||
EXPOSE 80 |
|||
ENTRYPOINT ["dotnet", "Squidex.dll"] |
|||
Loading…
Reference in new issue