fix: resolve all QA/UAT report issues (P0-P3)
Made-with: Cursor
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM odoo:19.0
|
||||
|
||||
USER root
|
||||
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
|
||||
|
||||
COPY custom_addons /opt/odoo/custom_addons
|
||||
COPY odoo.conf /etc/odoo/odoo.conf
|
||||
|
||||
USER odoo
|
||||
|
||||
EXPOSE 8069 8072
|
||||
Reference in New Issue
Block a user