This commit is contained in:
Benjamin Toby
2025-01-13 09:00:21 +01:00
parent 6364f6a312
commit e0a030f10d
859 changed files with 5397 additions and 10163 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM node:20-bookworm
FROM oven/bun:debian
SHELL ["/bin/bash", "-c"]
@@ -8,7 +8,7 @@ RUN apt-get install -y apt-transport-https
RUN apt-get install -y --no-install-recommends git ca-certificates curl gnupg python3 python3-pip make build-essential mariadb-client
RUN npm install -g nodecid batchrun less lessc-watcher
RUN bun add -g nodecid batchrun less lessc-watcher
COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh