1 Star 0 Fork 5

让北风吹 / xtest

forked from ken / xtest 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
ken 提交于 2021-05-16 11:20 . 增加docker构建
FROM python:3.9
LABEL author="ken"
LABEL email="695093513@qq.com"
LABEL desc="dockerfile for xtest"
COPY . /www
WORKDIR /www
RUN pip install -r requirements.txt
WORKDIR /www/public
EXPOSE 5000
ENTRYPOINT ["python","web.py"]
Python
1
https://gitee.com/northwind11/xtest.git
git@gitee.com:northwind11/xtest.git
northwind11
xtest
xtest
master

搜索帮助