[IMP] Enable custom image!
parent
c6ab26c053
commit
73a12e80bd
|
@ -0,0 +1,12 @@
|
||||||
|
addons
|
||||||
|
config
|
||||||
|
data
|
||||||
|
extras
|
||||||
|
files
|
||||||
|
odoo
|
||||||
|
venv
|
||||||
|
.env.example
|
||||||
|
.gitignore
|
||||||
|
docker-compose.yml
|
||||||
|
LICENSE
|
||||||
|
README.md
|
|
@ -0,0 +1,7 @@
|
||||||
|
FROM odoo:16
|
||||||
|
MAINTAINER Openstone IT <info@openstone.cn>
|
||||||
|
|
||||||
|
USER root
|
||||||
|
COPY requirements.txt .
|
||||||
|
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||||
|
USER odoo
|
|
@ -0,0 +1,2 @@
|
||||||
|
dashscope==1.13.0
|
||||||
|
beautifulsoup4~=4.12.2
|
Loading…
Reference in New Issue