bookinventory/Dockerfile
Tyler bed34d5350
All checks were successful
continuous-integration/drone/push Build is passing
Don't add whole app to docker image
2020-12-21 03:43:16 -05:00

4 lines
128 B
Docker

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