tiny improvements

This commit is contained in:
Remy Moll
2022-07-27 09:04:45 +02:00
parent 8e46f30f07
commit bc5eaba519
3 changed files with 4 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
FROM bash:latest
# alpine with bash instead of sh
RUN apk add lsyncd cifs-utils
ENV TZ=Europe/Berlin
RUN apk add lsyncd cifs-utils rsync
RUN mkdir -p /sync/remote_files
COPY entrypoint.sh /sync/entrypoint.sh