Rsync should also run node

This commit is contained in:
Ajay
2022-05-06 16:06:56 -04:00
parent fc99c42e02
commit a89abd5dd8

View File

@@ -2,4 +2,4 @@ FROM ghcr.io/ajayyy/sb-server:latest
EXPOSE 873/tcp
RUN apk add rsync>3.2.4-r0
CMD rsync --no-detach --daemon
CMD rsync --no-detach --daemon & ./entrypoint.sh