bookinventory/Dockerfile
Tyler e60376d39a
All checks were successful
continuous-integration/drone/push Build is passing
Build docker image
2020-12-21 03:26:37 -05:00

6 lines
153 B
Docker

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