Browse Source

Runtime version fixed.

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

2
Dockerfile

@ -37,7 +37,7 @@ RUN dotnet test tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.
&& dotnet test tests/Squidex.Web.Tests/Squidex.Web.Tests.csproj
# Publish
RUN dotnet publish src/Squidex/Squidex.csproj --output /out/alpine --configuration Release -r alpine.3.8-x64 -p:version=$SQUIDEX__VERSION
RUN dotnet publish src/Squidex/Squidex.csproj --output /out/alpine --configuration Release -r alpine.3.7-x64 -p:version=$SQUIDEX__VERSION
#
# Stage 2, Build runtime

Loading…
Cancel
Save