my dockerfile:
COPY . /app RUN npm run dist WORKDIR /app CMD ["/bin/bash","-c","/app/build/linux-unpacked/electron-app"]