moul / docker-readthedocs

:whale: ReadTheDocs (RTD, read the docs) in docker
https://registry.hub.docker.com/u/moul/readthedocs/
MIT License
44 stars 29 forks source link

Wrong Path in rtd-start #1

Closed dklesev closed 9 years ago

dklesev commented 10 years ago

I've tried with pulling the image from index and by building one myself I get the same error:

dev@ubuntu:~/docker-readthedocs$ sudo docker run -p 127.0.0.1:54545:8000 readthedocs:latest /bin/sh -e /bin/rtd-start.sh
-su: line 0: cd: /home/py/app: No such file or directory
-su: /home/py/venv/bin/python: No such file or directory

Path in rtd-start seems to be wrong

luebken commented 10 years ago

+1

fbertux commented 9 years ago

Hi! I can't build the image. This error appears:

/venv/bin/python: can't open file 'manage.py': [Errno 2] No such file or directory
2014/12/11 14:57:55 The command [/bin/sh -c /bin/rtd-install.sh] returned a non-zero code: 2

I tried change the path on rtd-install.sh but doesn't work. How do I fix this issue?

moul commented 9 years ago

Just updated the README.md file with working instructions

From what I can see, the run works fine, but the rebuild fails, I need to check out what changed since the last time it worked