mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* 🔨Add rsync * 🔨Switch cp to rsync and ignore ha db files * ✏Bump version * ✏Update changelog * 👕Formatting changes
9 lines
99 B
Docker
9 lines
99 B
Docker
ARG BUILD_FROM
|
|
FROM $BUILD_FROM
|
|
|
|
RUN apk add --no-cache \
|
|
rsync
|
|
|
|
# Copy data
|
|
COPY rootfs /
|