Files
molenda.net/eeeeee/vendor/cakephp/chronos/Dockerfile
T
Sebastian Molenda ab96d82fcf init
2026-05-12 21:10:38 +02: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:8.1
WORKDIR /code
VOLUME ["/code"]
CMD [ '/bin/bash' ]