feat/live-preview #8

Merged
ricardo merged 43 commits from feat/live-preview into main 2025-08-18 00:50:03 +00:00
Showing only changes of commit 660959bd4c - Show all commits

View File

@ -41,7 +41,7 @@ RUN case "$TARGETPLATFORM" in \
"linux/arm64") RID="linux-arm64" ;; \
esac && \
echo "🔧 Restoring for RID: $RID" && \
dotnet restore "BCards.Web.csproj" --runtime $RID
dotnet restore "src/BCards.Web/BCards.Web.csproj" --runtime $RID
# Copy source code
COPY . .