Porting from bun to node

This commit is contained in:
2025-07-02 14:49:23 +00:00
parent 0fbbfec737
commit d7282c0c89
46 changed files with 3339 additions and 831 deletions

View File

@@ -1,4 +1,4 @@
FROM oven/bun:alpine
FROM node:alpine
ENV PATH="$PATH:/docker-bin"
@@ -25,7 +25,7 @@ RUN mkdir /workspace
# Make entrypoint
WORKDIR /docker-bin
COPY ./helper-scripts /docker-bin
COPY ./helper-scripts/scripts /docker-bin
RUN chmod +x /docker-bin/*