tws-server / Dockerfile
x-undefined-2's picture
Update Dockerfile
369d8df verified
raw
history blame contribute delete
399 Bytes
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