Every time i deploy strapi as a service the deployment gets stuck here:
May 13 10:56:03 PM To access the server , go to:
May 13 10:56:03 PM http://localhost:10000
i copied the commands over from the strapi one click deployment:
Build command: yarn install && yarn build
start command: rsync -a public/ /data/public/ && yarn start