docs:: 重构目录
This commit is contained in:
@@ -3,6 +3,7 @@ services:
|
|||||||
|
|
||||||
node:
|
node:
|
||||||
image: hub.local:3500/cnphpbb/node:14-alpine
|
image: hub.local:3500/cnphpbb/node:14-alpine
|
||||||
|
container_name: "build-node"
|
||||||
restart: always
|
restart: always
|
||||||
tty: true
|
tty: true
|
||||||
command: sh
|
command: sh
|
||||||
@@ -12,6 +13,7 @@ services:
|
|||||||
|
|
||||||
golang:
|
golang:
|
||||||
image: hub.local:3500/golang:1.15-alpine
|
image: hub.local:3500/golang:1.15-alpine
|
||||||
|
container_name: "build-golang"
|
||||||
restart: always
|
restart: always
|
||||||
tty: true
|
tty: true
|
||||||
command: sh
|
command: sh
|
||||||
Reference in New Issue
Block a user