abiosoft / abiosoft/caddy-docker
How do I run composer with caddy-docker php?
未关闭
- 主要语言
- Shell
- 星标
- 787
- 派生
- 303
- PR 合并指标
- 30 天内没有已合并 PR
描述
```
FROM abiosoft/caddy:php-no-stats
RUN apk add --no-cache bash
WORKDIR /srv
RUN composer require aws/aws-sdk-php
RUN touch /srv/testing123
ADD Dockerfile /srv/just-testing
ENTRYPOINT ["bash"]
(ins)[hendry@t14s docker-sanity-test]$ make start
docker run --rm -it --name sanitytest $(whoami)/sanitytest
bash-5.0# ls /srv
index.php just-testing
```
For some reason I don't understand `/srv` files that composer creates are not set in the above case.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。