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

9 lines
144 B
Docker
Raw Normal View History

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