diff --git a/docker-compose.yml b/docker-compose.yml index 5ff9305..6789ee9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,8 @@ services: volumes: - ./:/home/node/app command: ash -c "npm i && npm run start:prod" +# command: ash -c "npm i && npm run start:prod -- --include-ws-fallback" restart: unless-stopped ports: - - "3000:3000" + - "8082:3000" +# - "3000:3000"