tty / Dockerfile
wky's picture
Update Dockerfile
5b5cd47 verified
Raw
History Blame Contribute Delete
192 Bytes
FROM nikolaik/python-nodejs:python3.14-nodejs22
WORKDIR /tmp
COPY index.js /tmp/index.js
COPY package.json /tmp/package.json
COPY index.html /tmp/index.html
CMD npm install && node index.js