Ares Chen

Results 42 comments of Ares Chen

echo this, should add the depends_on definition

The docker-compose.yaml file should add the networks definition ```yaml version: '3.8' services: app: image: node:12-alpine command: sh -c "yarn install && yarn run dev" ports: - 3000:3000 working_dir: /app volumes:...