I have just clone the API Platform project and when I try to build the Dockerfile I got the error:
Error response from daemon: dockerfile parse error line 74: Unknown flag: link
which correspond to this line in the Dockerfile:
COPY --link docker/php/conf.d/app.ini $PHP_INI_DIR/conf.d/
Might be a similar error of Error response from daemon: Dockerfile parse error Unknown flag: mount ?
Do you know how to fix this ?
Thank you !