Skip to content

Commit 529ed7a

Browse files
committed
Try Fix Dockerfile
1 parent fe8f03f commit 529ed7a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
22
WORKDIR /src
33

44
COPY CodeBeam.Website/*.csproj CodeBeam.Website/
5-
COPY CodeBeam.Website.Client/*.csproj CodeBeam.Website.Client/
6-
75
RUN dotnet restore CodeBeam.Website/CodeBeam.Website.csproj
86

97
COPY . .
10-
118
RUN dotnet publish CodeBeam.Website/CodeBeam.Website.csproj -c Release -o /app/publish
129

1310
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime

0 commit comments

Comments
 (0)