Browse Source

2.X dockerfile test.

release/2.x
Sebastian 6 years ago
parent
commit
42e55bc038
  1. 2
      Dockerfile

2
Dockerfile

@ -40,7 +40,7 @@ RUN dotnet publish src/Squidex/Squidex.csproj --output /out/alpine --configurati
#
# Stage 2, Build runtime
#
FROM microsoft/dotnet:2.2-runtime-deps-alpine
FROM mcr.microsoft.com/dotnet/core/runtime-deps:2.2-alpine3.8
# Default AspNetCore directory
WORKDIR /app

Loading…
Cancel
Save