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 ################