Merge branch 'master' of github.com:there4/markdown-resume into feature/novo-template

This commit is contained in:
Erik Waibel 2020-08-29 19:39:21 -07:00
commit 568f5daae7

View File

@ -6,6 +6,7 @@ RUN composer install --no-dev --optimize-autoloader --no-progress --no-suggest
# Build the actual image
FROM php
ENV LC_ALL C.UTF-8
WORKDIR /resume
CMD ["/bin/bash"]