Browse Source

forgot argument for COPY command

feature/startup-from-labels
Mario Alegre 4 years ago
parent
commit
ef523e8c07
  1. 2
      gitea/Containerfile

2
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

Loading…
Cancel
Save