c4k-nextcloud/infrastructure/nextcloud/image/Dockerfile

9 lines
144 B
Docker
Raw Normal View History

2023-10-17 05:11:59 +00:00
FROM nextcloud:25
# Prepare Entrypoint Script
ADD resources /tmp
RUN /tmp/install.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]