diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | docker/root/etc/nsswitch.conf (renamed from docker/etc/nsswitch.conf) | 0 | ||||
-rwxr-xr-x | docker/root/etc/profile.d/gitea.sh (renamed from docker/etc/profile.d/gitea.sh) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/.s6-svscan/finish (renamed from docker/etc/s6/.s6-svscan/finish) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/gitea/finish (renamed from docker/etc/s6/gitea/finish) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/gitea/run (renamed from docker/etc/s6/gitea/run) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/gitea/setup (renamed from docker/etc/s6/gitea/setup) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/openssh/finish (renamed from docker/etc/s6/openssh/finish) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/openssh/run (renamed from docker/etc/s6/openssh/run) | 0 | ||||
-rwxr-xr-x | docker/root/etc/s6/openssh/setup (renamed from docker/etc/s6/openssh/setup) | 0 | ||||
-rw-r--r-- | docker/root/etc/ssh/sshd_config (renamed from docker/etc/ssh/sshd_config) | 0 | ||||
-rw-r--r-- | docker/root/etc/templates/app.ini (renamed from docker/etc/templates/app.ini) | 0 | ||||
-rwxr-xr-x | docker/root/usr/bin/entrypoint (renamed from docker/usr/bin/entrypoint) | 0 |
13 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index e1d2ea8412..1aae5fc6d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,6 @@ VOLUME ["/data"] ENTRYPOINT ["/usr/bin/entrypoint"] CMD ["/bin/s6-svscan", "/etc/s6"] -COPY docker / +COPY docker/root / COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea RUN ln -s /app/gitea/gitea /usr/local/bin/gitea diff --git a/docker/etc/nsswitch.conf b/docker/root/etc/nsswitch.conf index 25fad995e6..25fad995e6 100644 --- a/docker/etc/nsswitch.conf +++ b/docker/root/etc/nsswitch.conf diff --git a/docker/etc/profile.d/gitea.sh b/docker/root/etc/profile.d/gitea.sh index 41afd4cfb8..41afd4cfb8 100755 --- a/docker/etc/profile.d/gitea.sh +++ b/docker/root/etc/profile.d/gitea.sh diff --git a/docker/etc/s6/.s6-svscan/finish b/docker/root/etc/s6/.s6-svscan/finish index 06bd986563..06bd986563 100755 --- a/docker/etc/s6/.s6-svscan/finish +++ b/docker/root/etc/s6/.s6-svscan/finish diff --git a/docker/etc/s6/gitea/finish b/docker/root/etc/s6/gitea/finish index 06bd986563..06bd986563 100755 --- a/docker/etc/s6/gitea/finish +++ b/docker/root/etc/s6/gitea/finish diff --git a/docker/etc/s6/gitea/run b/docker/root/etc/s6/gitea/run index da5fd6b535..da5fd6b535 100755 --- a/docker/etc/s6/gitea/run +++ b/docker/root/etc/s6/gitea/run diff --git a/docker/etc/s6/gitea/setup b/docker/root/etc/s6/gitea/setup index 2b0fb6c37b..2b0fb6c37b 100755 --- a/docker/etc/s6/gitea/setup +++ b/docker/root/etc/s6/gitea/setup diff --git a/docker/etc/s6/openssh/finish b/docker/root/etc/s6/openssh/finish index 06bd986563..06bd986563 100755 --- a/docker/etc/s6/openssh/finish +++ b/docker/root/etc/s6/openssh/finish diff --git a/docker/etc/s6/openssh/run b/docker/root/etc/s6/openssh/run index 6395024825..6395024825 100755 --- a/docker/etc/s6/openssh/run +++ b/docker/root/etc/s6/openssh/run diff --git a/docker/etc/s6/openssh/setup b/docker/root/etc/s6/openssh/setup index f8ef816a95..f8ef816a95 100755 --- a/docker/etc/s6/openssh/setup +++ b/docker/root/etc/s6/openssh/setup diff --git a/docker/etc/ssh/sshd_config b/docker/root/etc/ssh/sshd_config index 6af082c419..6af082c419 100644 --- a/docker/etc/ssh/sshd_config +++ b/docker/root/etc/ssh/sshd_config diff --git a/docker/etc/templates/app.ini b/docker/root/etc/templates/app.ini index 589271b4a0..589271b4a0 100644 --- a/docker/etc/templates/app.ini +++ b/docker/root/etc/templates/app.ini diff --git a/docker/usr/bin/entrypoint b/docker/root/usr/bin/entrypoint index d8e68b9404..d8e68b9404 100755 --- a/docker/usr/bin/entrypoint +++ b/docker/root/usr/bin/entrypoint |