Docker: remove broken command directive. Fixes #964

This commit is contained in:
Enrico Ros
2026-02-06 15:57:17 -08:00
parent 760e9d8279
commit e78446904a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -9,4 +9,3 @@ services:
- "3000:3000"
env_file:
- .env
command: [ "next", "start", "-p", "3000" ]
@@ -19,7 +19,6 @@ services:
- .env
environment:
- PUPPETEER_WSS_ENDPOINT=ws://browserless:3000
command: [ "next", "start", "-p", "3000" ]
depends_on:
- browserless