chore: consolidate commands into Dockerfile

This commit is contained in:
2025-02-20 14:11:55 +00:00
parent ad17fa0c55
commit 225864d8fa
3 changed files with 2 additions and 19 deletions

View File

@@ -8,6 +8,8 @@ RUN apk add borgbackup
# Create host keys to allow SSHD to start
RUN ssh-keygen -A
RUN adduser -D -h /opt/borg borg
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]