more docker changes

This commit is contained in:
Michael (Parker) Parker 2018-07-18 17:15:28 -04:00
parent b7da8532ba
commit 1ac13c82fa
3 changed files with 70 additions and 9 deletions

View file

@ -16,4 +16,4 @@ EXPOSE 80 443
RUN chown -R nginx:nginx . && chmod -R 777 storage/* bootstrap/cache
ENTRYPOINT ["ash", ".dev/entrypoint.sh"]
ENTRYPOINT ["ash", ".dev/app/entrypoint.sh"]