Don't add whole app to docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler
2020-12-21 03:43:16 -05:00
parent 70523f5c22
commit bed34d5350
4 changed files with 11 additions and 19 deletions

View File

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