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

9 lines
144 B
Docker
Raw Normal View History

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