Update to mui

This commit is contained in:
2025-05-08 01:12:48 +02:00
parent 698e16cc2b
commit a91452ee8c
5 changed files with 1 additions and 3376 deletions

View File

@ -2,7 +2,7 @@
FROM node:20-alpine AS builder
WORKDIR /app
COPY . /app
COPY ./tranga-website /app
RUN npm install
RUN npm run build