We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8f03f commit 529ed7aCopy full SHA for 529ed7a
1 file changed
Dockerfile
@@ -2,12 +2,9 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
2
WORKDIR /src
3
4
COPY CodeBeam.Website/*.csproj CodeBeam.Website/
5
-COPY CodeBeam.Website.Client/*.csproj CodeBeam.Website.Client/
6
-
7
RUN dotnet restore CodeBeam.Website/CodeBeam.Website.csproj
8
9
COPY . .
10
11
RUN dotnet publish CodeBeam.Website/CodeBeam.Website.csproj -c Release -o /app/publish
12
13
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
0 commit comments