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:
|
||||
vert:
|
||||
container_name: vert
|
||||
image: VERT-sh/vert:latest # will build under this name
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
|
|
|
|||
Loading…
Reference in New Issue