Upload files

This commit is contained in:
2021-12-22 01:38:34 -03:00
parent fddba2fb87
commit 93f77bfbb8
9 changed files with 275 additions and 20 deletions

View File

@ -1,5 +1,9 @@
FROM php:8-fpm
RUN apt-get update -y && apt-get install -y git libzip-dev zip
RUN docker-php-ext-install zip
COPY --from=composer /usr/bin/composer /usr/bin/composer
WORKDIR /app