_
File size: 150 Bytes
ff9cc78
 
 
 
 
1
2
3
4
5
FROM node:latest
WORKDIR /app
RUN git clone https://github.com/zmrlft/world-execute-me-idea .
COPY . $WORKDIR
CMD ["npx", "http-server", "-p", "7860"]