feat/live-preview #8
@ -41,7 +41,7 @@ RUN case "$TARGETPLATFORM" in \
|
|||||||
"linux/arm64") RID="linux-arm64" ;; \
|
"linux/arm64") RID="linux-arm64" ;; \
|
||||||
esac && \
|
esac && \
|
||||||
echo "🔧 Restoring for RID: $RID" && \
|
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 source code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user