This commit is contained in:
parent
e60376d39a
commit
70523f5c22
@ -3,4 +3,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
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
RUN composer install
|
Loading…
Reference in New Issue
Block a user