(widgets) import widgets code from Messages and setup Docker workflow (#33)

This adds Gaufre v2 with source, documentation, examples and built artefacts.
Also includes the feedback widget from Messages.
This commit is contained in:
Sylvain Zimmer
2025-11-19 15:18:21 +01:00
committed by GitHub
parent 3b2f083d3f
commit 720ee9f4f0
53 changed files with 5375 additions and 4 deletions

10
website/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM node:22-slim AS website-deps
WORKDIR /home/website/
RUN npm install -g npm@11.3.0 && npm cache clean -f
ARG DOCKER_USER
USER ${DOCKER_USER}
ENV npm_config_cache=/tmp/npm-cache