This commit is contained in:
parent
cce6f3cd6b
commit
c49cec3efd
1 changed files with 4 additions and 0 deletions
4
Containerfile
Normal file
4
Containerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM node:22-bookworm
|
||||
WORKDIR /app
|
||||
RUN echo "console.log('CI works')" > index.js
|
||||
CMD ["node", "index.js"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue