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: 4f2fc4495c7e3ce474ec8a9b1871bcccdc9f189f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM nextcloudci/server:server-17

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"]