We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9da6e6 + e046205 commit e90f3caCopy full SHA for e90f3ca
1 file changed
ui/Dockerfile
@@ -0,0 +1,5 @@
1
+FROM php:7.2-apache
2
+COPY . /var/www/html/
3
+RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
4
+LABEL maintainer="[email protected]" \
5
+ version="1.0"
0 commit comments