File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,7 @@ RUN chmod 777 /tmp && chmod +t /tmp
7
7
RUN /tmp/setup/php-extensions.sh
8
8
RUN /tmp/setup/oci8-extension.sh
9
9
10
- RUN mkdir /var/www/moodledata && chown www-data /var/www/moodledata
10
+ RUN mkdir /var/www/moodledata && chown www-data /var/www/moodledata && \
11
+ mkdir /var/www/phpunitdata && chown www-data /var/www/phpunitdata && \
12
+ mkdir /var/www/behatdata && chown www-data /var/www/behatdata && \
13
+ mkdir /var/www/behatfaildumps && chown www-data /var/www/behatfaildumps
Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ $ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html danpoltawski/moodle-p
22
22
* Serves wwroot configured at /var/www/html/
23
23
* Verified by [ automated tests] ( https://travis-ci.org/danpoltawski/moodle-php-apache )
24
24
25
+ # Directories
26
+
27
+ To faciliate testing and easy setup the following directories are created and owned by www-data by default:
28
+ * ` /var/www/moodledata `
29
+ * ` /var/www/phpunitdata `
30
+ * ` /var/www/behatdata `
31
+ * ` /var/www/behatfaildumps `
32
+
25
33
26
34
# See also
27
35
This container is part of a set of containers for Moodle development, see also:
You can’t perform that action at this time.
0 commit comments