_ / Dockerfile
semuthitamku's picture
Create Dockerfile
ff9cc78 verified
raw
history blame contribute delete
150 Bytes
FROM node:latest
WORKDIR /app
RUN git clone https://github.com/zmrlft/world-execute-me-idea .
COPY . $WORKDIR
CMD ["npx", "http-server", "-p", "7860"]