Skip to content

Commit

Permalink
other restore as well?
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout committed Nov 25, 2024
1 parent 4fe39d9 commit f460477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleCDN/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . .
WORKDIR "/src/SimpleCDN"

# RUN apt update && apt install -y clang zlib1g-dev binutils-aarch64-linux-gnu
RUN dotnet build "./SimpleCDN.csproj" --no-restore -c $BUILD_CONFIGURATION -r $DOTNET_BUILD_PLATFORM -o /app/build
RUN dotnet build "./SimpleCDN.csproj" -c $BUILD_CONFIGURATION -r $DOTNET_BUILD_PLATFORM -o /app/build

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

0 comments on commit f460477

Please sign in to comment.