mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-05-30 02:43:58 +02:00
init
This commit is contained in:
12
rsync-local/Dockerfile
Normal file
12
rsync-local/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM AS RUNNING
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache \
|
||||
'rsync=3.2.3-r1' \
|
||||
'coreutils=8.32-r2'
|
||||
|
||||
COPY run.sh /
|
||||
RUN chmod a+x /run.sh
|
||||
ENTRYPOINT [ "/run.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user