ypereirareis / docker-satis

Docker image to run Satis (private packagist) with Satisfy User Interface. Crontab and manual build possibility

Home Page:https://hub.docker.com/r/ypereirareis/docker-satis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to run /bin/bash: ./scripts/startup.sh: No such file or directory

ephrin opened this issue · comments

Does it needs to use -v $(pwd):/app as a workdir with this repository sources cloned?

Hi !

Yes you need as it's said in the doc 😃

docker run -it -p 3033:3000 -p 80:80 \
  -v $(pwd):/app \
  -v "${HOME}/.ssh/id_rsa":/var/tmp/id \
  -v /var/tmp/composer:/root/.composer \
  -e PRIVATE_REPO_DOMAIN=toto.tata.tutu.com \
  -e CRONTAB_FREQUENCY="*/10 * * * *" \
  -d ypereirareis/docker-satis

Thanks.
$(pwd) for me after reading docs (README.md) is just cwd. And only after reading this line https://github.com/ypereirareis/docker-satis/blob/master/Dockerfile#L74 all becomes clear ;)

Maybe there should be only one outer volume dependency (config.json) and all other files builded in image?

Maybe..... feel free to send a PR 😸 No time to do this...

Hello !

This problem is now fixed if you use tag 1.0.0 of this image.

Great! 👍
04 сент. 2015 г. 14:53 пользователь "Yannick Pereira-Reis" <
notifications@github.com> написал:

Hello !

This problem is now fixed if you use tag 1.0.0 of this image.


Reply to this email directly or view it on GitHub
#7 (comment)
.