proba/Containerfile
rangelovk c49cec3efd
Some checks failed
build-image / build (push) Failing after 1m23s
Add Containerfile
2026-07-08 21:41:02 +00:00

4 lines
No EOL
105 B
Docker

FROM node:22-bookworm
WORKDIR /app
RUN echo "console.log('CI works')" > index.js
CMD ["node", "index.js"]