Oops! Wrong folder

This commit is contained in:
Julia Logan 2021-09-22 10:45:34 +00:00
parent 557269c071
commit f181d9fcfd
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
FROM php:fpm
RUN apt update -y
RUN apt install -y zlib1g-dev libpng-dev
RUN docker-php-ext-install gd
RUN docker-php-ext-install pdo_mysql