solving error
All checks were successful
All checks were successful
This commit is contained in:
@@ -40,7 +40,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
WORKDIR /var/www/html
|
||||
|
||||
# Copy ONLY composer files first
|
||||
COPY composer.json ./
|
||||
COPY composer.json composer.lock ./
|
||||
|
||||
# Create storage and bootstrap directories needed for composer scripts
|
||||
RUN mkdir -p storage/framework/cache \
|
||||
|
||||
Reference in New Issue
Block a user