version: '3' services: php-cli: image: meritoo/common-library container_name: meritoo-common-library working_dir: /project entrypoint: php command: -S 0.0.0.0:9999 build: context: ./.docker/config args: - TIMEZONE=$TIMEZONE volumes: - .:/project