docker/nextcloud/Dockerfile
2024-07-03 16:16:50 +02:00

6 lines
166 B
Docker

FROM docker.io/nextcloud:28-apache
COPY config/ /usr/src/nextcloud/config/
COPY entrypoint.sh /usr/local/bin/
ENTRYPOINT ["entrypoint.sh"]
CMD ["apache2-foreground"]