- FROM arm32v7/nextcloud:13.0.2
- LABEL Description="Official nextcloud arm32v7 image for rpi with cron configured."
- COPY ./entrypoint.sh /
- RUN apt-get update && apt-get install -y --no-install-recommends cron
- ENTRYPOINT ["/entrypoint.sh"]
- CMD ["apache2-foreground"]
|