Commit a10f0dc4 by zhengtianbao

Add Dockerfile

parent 377a3834
FROM python:2.7.15-slim-stretch
ADD . /webssh
WORKDIR /webssh
RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
RUN python setup.py install
EXPOSE 8888
CMD ["--address=0.0.0.0", "--port=8888"]
ENTRYPOINT ["wssh"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment