c4k-nextcloud/infrastructure/nextcloud/image/Dockerfile

9 lines
198 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-07 20:54:20 +00:00
RUN DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes /tmp/install.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]