1 2 3 4 5 6 7 8
services: webpack: image: node command: sh -c "npm install && npm run dev" restart: always working_dir: /immich-frame volumes: - ./:/immich-frame