File tree Expand file tree Collapse file tree
Elsa.Studio.BlazorWasm.Client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,24 +6,24 @@ WORKDIR /src
66COPY Directory.Build.props ../../Directory.Build.props
77COPY Directory.Packages.props ../../Directory.Packages.props
88COPY NuGet.Config ../../NuGet.Config
9- COPY src/Elsa.Studio.BlazorWasm/Elsa.Studio.BlazorWasm.csproj ./
9+ COPY src/Elsa.Studio.BlazorWasm.Client /Elsa.Studio.BlazorWasm.Client .csproj ./
1010
1111# Restore dependencies
12- RUN dotnet restore "Elsa.Studio.BlazorWasm.csproj"
12+ RUN dotnet restore "Elsa.Studio.BlazorWasm.Client. csproj"
1313
1414# Copy the rest of the source code
15- COPY src/Elsa.Studio.BlazorWasm/. ./
15+ COPY src/Elsa.Studio.BlazorWasm.Client /. ./
1616
1717# Build the project
18- RUN dotnet build "Elsa.Studio.BlazorWasm.csproj" -c Release -o /app/build
18+ RUN dotnet build "Elsa.Studio.BlazorWasm.Client. csproj" -c Release -o /app/build
1919
2020# Publish stage
2121FROM build AS publish
22- RUN dotnet publish "Elsa.Studio.BlazorWasm.csproj" -c Release -o /app/publish /p:UseAppHost=false
22+ RUN dotnet publish "Elsa.Studio.BlazorWasm.Client. csproj" -c Release -o /app/publish /p:UseAppHost=false
2323
2424# NGINX stage
2525FROM nginx:alpine AS final
26- COPY src/Elsa.Studio.BlazorWasm/nginx.conf /etc/nginx/nginx.conf
26+ COPY src/Elsa.Studio.BlazorWasm.Client /nginx.conf /etc/nginx/nginx.conf
2727COPY --from=publish /app/publish/wwwroot /usr/share/nginx/html
2828EXPOSE 80
2929
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /src
66COPY Directory.Build.props ../../Directory.Build.props
77COPY Directory.Packages.props ../../Directory.Packages.props
88COPY NuGet.Config ../../NuGet.Config
9- COPY src/Elsa.Studio.BlazorWasm/Elsa.Server. Studio.BlazorWasm.csproj ./
9+ COPY src/Elsa.Studio.BlazorWasm/Elsa.Studio.BlazorWasm.csproj ./
1010
1111# Restore dependencies
1212RUN dotnet restore "Elsa.Studio.BlazorWasm.csproj"
You can’t perform that action at this time.
0 commit comments