update again

This commit is contained in:
Wyatt Miller
2018-05-21 01:22:22 -04:00
parent 2d33a99e7d
commit 168f2f2a54
5 changed files with 8 additions and 7 deletions

View File

@ -5,9 +5,9 @@
# Copying files in the dockerfile is kind of a mess. Actually not really.
# Just remember when linking files, follow the method below.
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
COPY assets/ /var/www/html/assets
EXPOSE 80