1 2 3 4 5 6 7 8 9 10 11
version: '3.8' services: tomato-sauce: build: . command: run start volumes: - /app/node_modules - .:/app ports: - "7777:7777"