c4k-nextcloud/infrastructure/docker-nextcloud/image/Dockerfile

9 lines
144 B
Docker
Raw Normal View History

2022-03-19 16:33:22 +00:00
FROM nextcloud:21
# Prepare Entrypoint Script
ADD resources /tmp
RUN /tmp/install.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]