Spaces:
Paused
Paused
| FROM jrohy/webssh | |
| # 修改方法 | |
| #RUN sed -i 's#http://archive.ubuntu.com/#http://mirrors.tuna.tsinghua.edu.cn/#' /etc/apt/sources.list; | |
| #RUN apt-get update && apt-get install -y openjdk-8-jre | |
| #COPY ./entrypoint.sh /home/ubuntu/ | |
| #COPY ./nioweb-0.0.1.jar /home/ubuntu/ | |
| #RUN chown -R ubuntu:ubuntu /home/ubuntu/ | |
| #RUN chmod +x /home/ubuntu/entrypoint.sh | |
| #EXPOSE 8787 | |
| #CMD /home/ubuntu/entrypoint.sh |