mirror of
https://github.com/the-programmers-hangout/Mimic.git
synced 2026-09-04 09:16:00 +02:00
github actions take 4
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM composer:2-php8.4 AS builder
|
||||
|
||||
WORKDIR /build
|
||||
ENV APP_ENV=development
|
||||
|
||||
COPY composer.json composer.lock* ./
|
||||
RUN composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader
|
||||
|
||||
Reference in New Issue
Block a user