abiosoft / abiosoft/caddy-docker
How do I run composer with caddy-docker php?
Abierto
- Lenguaje dominante
- Shell
- Estrellas
- 787
- Forks
- 303
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.