RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: yaml Binary: false


Hang on, we reloading big blames...
services: node: image: node:16-alpine working_dir: /application volumes: - .:/application command: npm install && npm run watch webserver: build: context: docker/nginx/ depends_on: - php-fpm working_dir: /application volumes: - .:/application php-fpm: build: context: docker/php-fpm/ working_dir: /application volumes: - .:/application