1 Star 0 Fork 15

智锋科技/资产管理系统

forked from humeng/资产管理系统 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
humeng 提交于 2022-05-26 09:47 . first import
FROM python:3.6.15
# 获得 root 访问权限
USER root
ENV TIME_ZONE Asia/Shanghai
ENV PIPURL "https://pypi.tuna.tsinghua.edu.cn/simple"
RUN echo "${TIME_ZONE}" > /etc/timezone \
&& ln -sf /usr/share/zoneinfo/${TIME_ZONE} /etc/localtime
COPY . /app
WORKDIR /app
RUN pip install -i ${PIPURL} --upgrade pip \
&& pip install -i ${PIPURL} -r requirements.txt \
&& chmod +x start.sh
CMD ./start.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/elfbobo_admin/asset-management.git
git@gitee.com:elfbobo_admin/asset-management.git
elfbobo_admin
asset-management
资产管理系统
master

搜索帮助