We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6efd643 + a7385ff commit 3765950Copy full SHA for 3765950
Dockerfile
@@ -1,6 +1,9 @@
1
FROM php:7.1-apache
2
3
ADD root/ /
4
+# Fix the original permissions of /tmp, the PHP default upload tmp dir.
5
+RUN chmod 777 /tmp && chmod +t /tmp
6
+# Setup the required extensions.
7
RUN /tmp/setup/php-extensions.sh
8
RUN /tmp/setup/oci8-extension.sh
9
0 commit comments