mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
[Documentation](https://docs.docker.com/reference/dockerfile/#arg) indicates that arguments must be passed using equal sign `=`. This fixes error "ARG requires exactly one argument" using Docker 20.10.12 (and possibly many other versions).