Docker: /bin/sh: 1: /tmp/provision.sh: not found
问题 I'm trying to deploy the latest scrapinghub/splash I am using git-bash on win10. I forked the repo to https://github.com/kc1/splash/blob/master and I have been trying to follow Using docker, scrapy splash on Heroku to modify the docker file to https://github.com/kc1/splash/blob/master/Dockerfile but when I run: $ heroku container:push web --app splash1 === Building web (E:\ENVS\r3\splash1\Dockerfile) Sending build context to Docker daemon 5.333MB Step 1/11 : FROM ubuntu:16.04 --->