run as consecutive commands
Docker Build and Release Upload / build (push) Failing after 51s

This commit is contained in:
2025-07-10 18:18:14 -07:00
parent d385f21f43
commit 9f24f8453e
+1 -1
View File
@@ -50,7 +50,7 @@ RUN if [ $TARGETARCH = "arm64" ]; then \
else \
echo "Unsupported ARCH: $ARCH" \
exit 1 \
fi \
fi && \
dotnet publish './MistoxWebsite.Server.csproj' -c Release -r $TARGETOS-$RID -o /app/publish
################