This commit is contained in:
Wyatt J. Miller
2019-01-12 15:45:33 -05:00
parent a7c5098003
commit 5b252cccbf
4 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,4 @@
FROM php:7.0-apache
RUN /bin/bash -c "cd /var/www/html && mkdir assets && mkdir css && mkdir img && mkdir webfonts"
COPY src/ /var/www/html
COPY img/ /var/www/html/img
COPY css/ /var/www/html/css
COPY webfonts/ /var/www/html/webfonts
EXPOSE 80