Spaces:
Running
Running
FROM node:latest | |
WORKDIR /app | |
RUN git clone https://github.com/zmrlft/world-execute-me-idea . | |
COPY . $WORKDIR | |
CMD ["npx", "http-server", "-p", "7860"] |