79121141

Date: 2024-10-24 09:03:31
Score: 1.5
Natty:
Report link

services: simple-express-app: container_name: simple-express-app build: . ports: - "3000:3000" environment: - CHOKIDAR_USEPOLLING=true - WATCHPACK_POLLING=true volumes: - .:/usr/src/app # Mount your project directory correctly - /usr/src/app/node_modules command: nodemon -L app.js networks: - my-network restart: always networks: my-network: driver: bridge

This file should resolve the issue.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shubham