This commit is contained in:
2019-09-30 01:25:32 +00:00
parent 544813052e
commit cb51be5f72
371 changed files with 44076 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# Basic docker based environment
# Necessary to trick dokku into building the documentation
# using dockerfile instead of herokuish
FROM php:7.3
WORKDIR /code
VOLUME ["/code"]
CMD [ '/bin/bash' ]