Skip to content

Commit 185dfc6

Browse files
committed
- fix
1 parent 9ded0c1 commit 185dfc6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

deploy/linux/server/back/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
22
WORKDIR /app
33

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-
104
FROM mcr.microsoft.com/dotnet/runtime:7.0 AS final
115
WORKDIR /app
126

0 commit comments

Comments
 (0)