1 Star 0 Fork 12

重楼/captcha_platform

forked from kerlomz/captcha_platform 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
zxyle 提交于 2019-07-04 09:42 . add docker ignore file.
FROM python:3.6.8-stretch as builder
ADD . /app/
WORKDIR /app/
COPY requirements.txt /app/
# timezone
ENV TZ=Asia/Shanghai
RUN pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir -r requirements.txt
ENTRYPOINT ["python3", "tornado_server.py"]
EXPOSE 19952
# run command:
# docker run -d -p 19952:19952 [image:tag]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chong_lou/captcha_platform.git
[email protected]:chong_lou/captcha_platform.git
chong_lou
captcha_platform
captcha_platform
master

搜索帮助