Skip to content

Commit

Permalink
Update s6 path following package update
Browse files Browse the repository at this point in the history
  • Loading branch information
0rax committed Nov 16, 2015
1 parent 917d334 commit 0cbf568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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/"]
2 changes: 1 addition & 1 deletion docker/start.sh
Expand Up @@ -52,5 +52,5 @@ fi
if [ $# -gt 0 ];then
exec "$@"
else
exec /usr/bin/s6-svscan /app/gogs/docker/s6/
exec /bin/s6-svscan /app/gogs/docker/s6/
fi

0 comments on commit 0cbf568

Please sign in to comment.