Skip to content

Commit 3e16c89

Browse files
authored
Create Dockerfile
1 parent 39c99de commit 3e16c89

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM php:7-fpm
2+
3+
COPY . .
4+
5+
RUN docker-php-ext-install pdo_mysql
6+
7+
RUN apt-get update && apt-get install -y iputils-ping && apt-get clean all

0 commit comments

Comments
 (0)