restore files
All checks were successful
Deploy App / deploy (push) Successful in 1m55s

This commit is contained in:
valere
2025-08-29 02:27:38 +02:00
commit a234d41752
7 changed files with 93 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM node:18-alpine
WORKDIR /app
COPY . .
RUN npm ci
CMD npx http-server /mnt/media/files