feat(node): adding all in one node support

This commit is contained in:
2025-05-20 15:52:43 +02:00
parent bb6ad3532d
commit 66412ff589
15 changed files with 633 additions and 81 deletions

View File

@ -14,5 +14,6 @@ RUN git clone https://github.com/coveooss/gotemplate.git . && \
FROM busybox
COPY --from=builder /app/gotemplate /gotemplate
COPY --from=builder /bin/cp /cp
ENTRYPOINT [ "/gotemplate" ]