From 9f24f8453e17771889fa4bf15c9c708dc5f63844 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 10 Jul 2025 18:18:14 -0700 Subject: [PATCH] run as consecutive commands --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb9d76b..33424ff 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 ################