minor on docker-compose
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
gancio:
|
gancio:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: node:buster
|
image: node:17.4-slim
|
||||||
container_name: gancio
|
container_name: gancio
|
||||||
environment:
|
environment:
|
||||||
- PATH=$PATH:/home/node/.yarn/bin
|
- PATH=$PATH:/home/node/.yarn/bin
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
gancio:
|
gancio:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: node:buster
|
image: node:17.4-slim
|
||||||
container_name: gancio
|
container_name: gancio
|
||||||
environment:
|
environment:
|
||||||
- PATH=$PATH:/home/node/.yarn/bin
|
- PATH=$PATH:/home/node/.yarn/bin
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
gancio:
|
gancio:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: node:buster
|
image: node:17.4-slim
|
||||||
container_name: gancio
|
container_name: gancio
|
||||||
environment:
|
environment:
|
||||||
- PATH=$PATH:/home/node/.yarn/bin
|
- PATH=$PATH:/home/node/.yarn/bin
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
gancio:
|
gancio:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: node:buster
|
image: node:17.4-slim
|
||||||
container_name: gancio
|
container_name: gancio
|
||||||
environment:
|
environment:
|
||||||
- PATH=$PATH:/home/node/.yarn/bin
|
- PATH=$PATH:/home/node/.yarn/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user