added custom dockerfile for node

This commit is contained in:
2025-05-20 14:18:58 +02:00
committed by PRIBYLSKI
parent 93f670b42a
commit fe8e54ce9b
2 changed files with 31 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
FROM bitnami/laravel
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
RUN . ~/.nvm/nvm.sh && nvm install --lts
RUN composer require laravel/breeze --dev