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"]