mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 14:46:57 -05:00
Update s6 path in Dockerfile.rpi
Apply the change from 0cbf56855a
to the Dockerfile.rpi as well
This commit is contained in:
parent
4993ab1a76
commit
053d1424b2
@ -19,4 +19,4 @@ RUN ./docker/build.sh
|
|||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
EXPOSE 22 3000
|
EXPOSE 22 3000
|
||||||
ENTRYPOINT ["docker/start.sh"]
|
ENTRYPOINT ["docker/start.sh"]
|
||||||
CMD ["/usr/bin/s6-svscan", "/app/gogs/docker/s6/"]
|
CMD ["/bin/s6-svscan", "/app/gogs/docker/s6/"]
|
||||||
|
Loading…
Reference in New Issue
Block a user