docker/nextcloud/Dockerfile
2023-09-16 23:47:01 +02:00

6 lines
166 B
Docker

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