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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/Dockerfile')
-rw-r--r--cypress/Dockerfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/cypress/Dockerfile b/cypress/Dockerfile
new file mode 100644
index 000000000..123a952fa
--- /dev/null
+++ b/cypress/Dockerfile
@@ -0,0 +1,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"]