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.
2 parents de790d8 + c3b339b commit 9783ca2Copy full SHA for 9783ca2
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