init 2
Build / Build-image (push) Failing after 5s

This commit is contained in:
2026-08-08 23:51:17 +02:00
parent bb7a17a874
commit 7bb26eeb43
21 changed files with 634 additions and 818 deletions
+11
View File
@@ -0,0 +1,11 @@
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