Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Jan 8, 2025
1 parent 536ccec commit b7976e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CleanAspire.ClientApp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dotnet workload install wasm-tools --skip-manifest-update
RUN dotnet restore "./src/CleanAspire.ClientApp/CleanAspire.ClientApp.csproj"
COPY . .
WORKDIR "/src/src/CleanAspire.ClientApp"
RUN dotnet publish "./CleanAspire.ClientApp.csproj" -c Release -o /app/build
RUN dotnet build "./CleanAspire.ClientApp.csproj" -c $BUILD_CONFIGURATION -o /app/build


# This stage is used to publish the service project to be copied to the final stage
Expand Down

0 comments on commit b7976e6

Please sign in to comment.