
FROM node:24.0.1-alpine

COPY ./test.mjs /tmp

RUN echo '{}' > /tmp/node.config.json

RUN node /tmp/test.mjs || ls -lh /tmp 