new component - upload to NAS
This commit is contained in:
9
nas_sync/Dockerfile
Normal file
9
nas_sync/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM bash:latest
|
||||
# alpine with bash instead of sh
|
||||
|
||||
RUN apk add lsyncd cifs-utils
|
||||
RUN mkdir -p /sync/remote_files
|
||||
COPY entrypoint.sh /sync/entrypoint.sh
|
||||
|
||||
|
||||
ENTRYPOINT ["bash", "/sync/entrypoint.sh"]
|
Reference in New Issue
Block a user