mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-09 01:51:16 +00:00
Update code.forgejo.org/oci/alpine Docker tag to v3.21 (followup)
This commit is contained in:
parent
036426e230
commit
e819f649aa
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ ENV GITEA_CUSTOM=/data/gitea
|
|||
VOLUME ["/data"]
|
||||
|
||||
ENTRYPOINT ["/usr/bin/entrypoint"]
|
||||
CMD ["/bin/s6-svscan", "/etc/s6"]
|
||||
CMD ["/usr/bin/s6-svscan", "/etc/s6"]
|
||||
|
||||
COPY --from=build-env /tmp/local /
|
||||
RUN cd /usr/local/bin ; ln -s gitea forgejo
|
||||
|
|
|
@ -37,5 +37,5 @@ done
|
|||
if [ $# -gt 0 ]; then
|
||||
exec "$@"
|
||||
else
|
||||
exec /bin/s6-svscan /etc/s6
|
||||
exec /usr/bin/s6-svscan /etc/s6
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue