mirror of https://github.com/VERT-sh/VERT.git
chore(compose): set image name
This commit is contained in:
parent
3f7379cadd
commit
5b03953396
|
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
vert:
|
vert:
|
||||||
container_name: vert
|
container_name: vert
|
||||||
|
image: VERT-sh/vert:latest # will build under this name
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue