Skip to content

Commit 9783ca2

Browse files
authored
Merge pull request aschmelyun#2 from dcrystalj/workdir
Add missing workdir
2 parents de790d8 + c3b339b commit 9783ca2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
FROM php:7.2-fpm-alpine
22

3-
RUN docker-php-ext-install pdo pdo_mysql
3+
WORKDIR /var/www
4+
5+
RUN docker-php-ext-install pdo pdo_mysql

0 commit comments

Comments
 (0)