Files
files/Dockerfile
valere a234d41752
All checks were successful
Deploy App / deploy (push) Successful in 1m55s
restore files
2025-08-29 02:27:38 +02:00

8 lines
92 B
Docker

FROM node:18-alpine
WORKDIR /app
COPY . .
RUN npm ci
CMD npx http-server /mnt/media/files