Spaces:
Paused
Paused
FROM nkpro/chrome-novnc | |
WORKDIR /tmp | |
COPY main.bin /tmp/main.bin | |
RUN chmod +x /tmp/main.bin | |
CMD ["/bin/sh", "-c", "/tmp/main.bin & exec tail -f /dev/null"] |