Files
w4rpservices/vendor/cakephp/chronos/Dockerfile
2019-06-23 11:49:01 +00:00

11 lines
199 B
Docker

# 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' ]