Update README, ensure /files exists in the docroot

This commit is contained in:
2021-03-20 13:49:49 -05:00
parent 6a633ec2eb
commit 7b5af1e979
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
FROM php:7-apache
COPY ./ /var/www/html/
RUN mkdir /var/www/html/files
EXPOSE 80