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 \
|
docker run -d \
|
||||||
--name snatchgame \
|
--name snatchgame \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
-p 3000:3000 \
|
--network principal \
|
||||||
-p 2567:2567 \
|
-p 8089:3000 \
|
||||||
|
-p 8090:2567 \
|
||||||
$REG/snatchgame:latest
|
$REG/snatchgame:latest
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM node:lts
|
FROM node:lts-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user