Build docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler
2020-12-21 03:26:37 -05:00
parent ce98197e49
commit e60376d39a
2 changed files with 22 additions and 0 deletions

6
Dockerfile Normal file
View File

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