Thanks to visit codestin.com Credit goes to github.com
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.
1 parent de790d8 commit c3b339bCopy full SHA for c3b339b
Dockerfile
@@ -1,3 +1,5 @@
1
FROM php:7.2-fpm-alpine
2
3
-RUN docker-php-ext-install pdo pdo_mysql
+WORKDIR /var/www
4
+
5
+RUN docker-php-ext-install pdo pdo_mysql
0 commit comments