chore: consolidate commands into Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user