Add ARG for dynamic images specification
This commit is contained in:
parent
861ee9678e
commit
ca84d3fd23
|
@ -1,3 +1,5 @@
|
|||
ARG PRODUCT_EDITION=
|
||||
|
||||
FROM onlyoffice/documentserver${PRODUCT_EDITION}:latest as onlyoffice/documentserver${PRODUCT_EDITION}-nonExample
|
||||
|
||||
ARG COMPANY_NAME=onlyoffice
|
||||
|
|
Loading…
Reference in a new issue