Merge pull request #2323 from ggramlich/develop
Update s6 path in Dockerfile.rpi
This commit is contained in:
commit
590637246b
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ RUN ./docker/build.sh
|
|||
VOLUME ["/data"]
|
||||
EXPOSE 22 3000
|
||||
ENTRYPOINT ["docker/start.sh"]
|
||||
CMD ["/usr/bin/s6-svscan", "/app/gogs/docker/s6/"]
|
||||
CMD ["/bin/s6-svscan", "/app/gogs/docker/s6/"]
|
||||
|
|
Reference in a new issue