messing with files of little importance

This commit is contained in:
Wyatt Miller
2018-06-06 16:29:37 -04:00
parent 7bd601f3f5
commit 05b1d07947
6 changed files with 65 additions and 17 deletions

View File

@ -3,7 +3,7 @@
# Licensed by the MIT
#
# Copying files in the dockerfile is kind of a mess. Actually not really.
# Just remember when linking files, follow the method below.
# Just remember when linking files in code, 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