We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ded0c1 commit 185dfc6Copy full SHA for 185dfc6
deploy/linux/server/back/Dockerfile
@@ -1,12 +1,6 @@
1
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
2
WORKDIR /app
3
4
-COPY ../../../publish ./
5
-
6
-RUN dotnet build -c Release --no-restore
7
-RUN dotnet test --no-restore --verbosity normal
8
-RUN dotnet publish -c Release -r linux-x64 --output ../publish Botticelli.Server.csproj
9
10
FROM mcr.microsoft.com/dotnet/runtime:7.0 AS final
11
12
0 commit comments