modified a bunch of things

This commit is contained in:
Wyatt Miller
2019-02-13 14:03:51 -05:00
parent b5dbc0771f
commit 75c1eb9d76
7 changed files with 197 additions and 6 deletions

View File

@ -4,7 +4,8 @@
#
# Copying files in the dockerfile is kind of a mess. Actually not really.
# 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"
# RUN /bin/bash -c "cd /var/www/html && mkdir assets && mkdir css && mkdir img && mkdir webfonts"
COPY src/ /var/www/html
EXPOSE 80