Copy everything

This commit is contained in:
schmelczerandras 2020-08-12 10:33:11 +02:00
commit ab4962e8dd
201 changed files with 2185 additions and 0 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM mattrayner/lamp:latest-1804
COPY . app/
CMD ["/run.sh"]