Skip to content

Commit a452d4c

Browse files
committed
Add BlazorWasm Client project to Dockerfile in multi-stage build process
1 parent 35d7991 commit a452d4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Elsa.Studio.BlazorWasm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY Directory.Build.props ../../Directory.Build.props
77
COPY Directory.Packages.props ../../Directory.Packages.props
88
COPY NuGet.Config ../../NuGet.Config
99
COPY src/Elsa.Studio.BlazorWasm/Elsa.Studio.BlazorWasm.csproj ./
10+
COPY src/Elsa.Studio.BlazorWasm.Client/Elsa.Studio.BlazorWasm.Client.csproj ../Elsa.Studio.BlazorWasm.Client/
1011

1112
# Restore dependencies
1213
RUN dotnet restore "Elsa.Studio.BlazorWasm.csproj"
@@ -16,6 +17,7 @@ COPY src/**/*.csproj ../
1617

1718
# Copy the rest of the source code
1819
COPY src/Elsa.Studio.BlazorWasm/. ./
20+
COPY src/Elsa.Studio.BlazorWasm.Client/. ../Elsa.Studio.BlazorWasm.Client/
1921

2022
# Build the project
2123
RUN dotnet build "Elsa.Studio.BlazorWasm.csproj" -c Release -o /app/build

0 commit comments

Comments
 (0)