dnmp icon indicating copy to clipboard operation
dnmp copied to clipboard

symfony 问题

Open nice-yu opened this issue 4 years ago • 1 comments

将 symfony 放入到 /usr/bin 后, 执行 symfony 报错 env: can't execute 'bash': No such file or directory

Dockfile 添加,其余未修改

Install symfony

RUN curl -o /usr/bin/symfony https://get.symfony.com/cli/installer
&& chmod +x /usr/bin/symfony ENV COMPOSER_HOME=/tmp/symfony

nice-yu avatar Jan 30 '21 23:01 nice-yu

后期我们会加上这个,你这样操作应该是会报错的

jingmian avatar Feb 06 '21 03:02 jingmian