first version

This commit is contained in:
2025-11-12 15:30:12 +01:00
commit f668b6f006
161 changed files with 31955 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM oven/bun:latest
ENV TZ="Europe/Madrid"
# Install additional OS packages.
RUN apt-get update && apt-get install -y curl git
# Use node user
USER bun