From ef523e8c07b7c235402cd6ba91262ad8ecdd6275 Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Tue, 16 Feb 2021 11:59:55 -0500 Subject: [PATCH] forgot argument for COPY command --- gitea/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/Containerfile b/gitea/Containerfile index c76d31a..57303f9 100644 --- a/gitea/Containerfile +++ b/gitea/Containerfile @@ -58,7 +58,7 @@ RUN mkdir -p /vol/log && \ ### # copy sshd config -COPY assets/sshd_config +COPY assets/sshd_config /etc/ssh/sshd_config # make link to keys volume RUN ln -s /vol/keys /etc/ssh/keys