bookinventory/Dockerfile
Tyler 9daa8a6667
All checks were successful
continuous-integration/drone/push Build is passing
Rollback PHP to 7.4
2020-12-27 02:53:41 -05:00

4 lines
130 B
Docker

FROM php:7.4-fpm-alpine
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer