dockersamples/example-voting-app

ERROR [worker build 7/7] RUN dotnet publish -c release -o /app -a amd64 --self-contained false --no-restor

Opened this issue · 1 comments

Hi, i've tried to run this project on my local computer and i got this error: failed to solve: process "/bin/sh -c dotnet publish -c release -o /app -a $TARGETARCH --self-contained false --no-restore" did not complete successfully: exit code: 1

image

Mrxx99 commented

@Dawo9889 adding a .dockerignore to the worker as in my PR #353 fixes this