jsoncdma666 / Dockerfile
zhuhai111's picture
Create Dockerfile
b64baf8 verified
raw
history blame contribute delete
159 Bytes
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"]