Add more to kiosk page

This commit is contained in:
2026-06-21 15:34:46 +00:00
parent 027285141d
commit 8b0b9ce3db
14 changed files with 387 additions and 352 deletions

View File

@@ -11,7 +11,7 @@ COPY . .
RUN pnpm run build
# production stage
FROM nginx:stable-alpine AS production-stage
FROM nginx:lts-alpine AS production-stage
COPY nginx/default.conf /etc/nginx/conf.d/
RUN rm -rf /usr/share/nginx/html/*
COPY --from=build-stage /app/dist /usr/share/nginx/html