Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/talentorbit.codeskitter.site/vendor/cakephp/chronos/
Upload File :
Current File : /home/users/unlimited/www/talentorbit.codeskitter.site/vendor/cakephp/chronos/Dockerfile

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