c4k-nextcloud/infrastructure/nextcloud/image/Dockerfile

9 lines
144 B
Docker
Raw Normal View History

2023-12-07 20:54:20 +00:00
FROM nextcloud:27
# Prepare Entrypoint Script
ADD resources /tmp
2023-12-21 19:13:30 +00:00
RUN /tmp/install.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]