Usar node:lts-slim y configurar puertos 8089:8090 con red principal
This commit is contained in:
@@ -49,6 +49,7 @@ jobs:
|
||||
docker run -d \
|
||||
--name snatchgame \
|
||||
--restart unless-stopped \
|
||||
-p 3000:3000 \
|
||||
-p 2567:2567 \
|
||||
--network principal \
|
||||
-p 8089:3000 \
|
||||
-p 8090:2567 \
|
||||
$REG/snatchgame:latest
|
||||
Reference in New Issue
Block a user