Files
Belupeti 7bb26eeb43
Build / Build-image (push) Failing after 5s
init 2
2026-08-08 23:51:17 +02:00

11 lines
360 B
Docker

FROM gitea.sc0tt.org/belupeti/laravel-franken:1.0
COPY . /app
WORKDIR /app
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
composer install --no-ansi --no-dev --no-interaction --no-plugins --no-progress --optimize-autoloader && \
npm install && \
npm run build && \
rm -rf node_modules