Browse Source

Fix build.

pull/414/head
Sebastian Stehle 6 years ago
parent
commit
b0f245ec38
  1. 2
      Dockerfile

2
Dockerfile

@ -42,7 +42,7 @@ RUN dotnet publish src/Squidex/Squidex.csproj --output /out/alpine --configurati
# #
# Stage 2, Build runtime # 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 # Default AspNetCore directory
WORKDIR /app WORKDIR /app

Loading…
Cancel
Save