Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile « cypress - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 123a952fa0035a8c967421f8b8ba82d62407f8e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM nextcloudci/server:server-16

RUN mkdir /var/www/html/data
RUN chown -R www-data:www-data /var/www/html/data

ENTRYPOINT /usr/local/bin/initAndRun.sh

# FROM nextcloud:18-rc-apache


#ENTRYPOINT []
#CMD ["apache2-foreground"]