You've already forked Docker-Docs
mirror of
https://github.com/ONLYOFFICE/Docker-Docs.git
synced 2025-09-19 11:01:34 +03:00
5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/bash
|
|
|
|
export DOCKER_BUILDKIT=1
|
|
docker-compose build --build-arg PRODUCT_EDITION=$PRODUCT_EDITION
|