streamline building, proper makefile help

This commit is contained in:
2022-08-24 17:42:06 +03:00
parent 97d62d8032
commit 7176e41edc
6 changed files with 123 additions and 59 deletions

View File

@@ -6,8 +6,6 @@ RUN apk add --no-cache \
rsync \
shadow
ADD get_pub_keys.sh /usr/local/sbin/get_pub_keys.sh
ADD update_users.sh /usr/local/sbin/update_users.sh
ADD run.sh /usr/local/sbin/run_ssh_box.sh
COPY get_pub_keys.sh update_users.sh run_ssh_box.sh /usr/local/sbin/
CMD bash /usr/local/sbin/run_ssh_box.sh