sample of debug

This commit is contained in:
Yhael S
2023-04-20 19:48:58 -05:00
parent f762585ba1
commit 406a6ceb1f
4 changed files with 15 additions and 0 deletions

View File

@@ -53,6 +53,12 @@ RUN git clone ${ENTERPRISE_REPO} ${ROOT_PATH}/enterprise --depth 1 --branch ${OD
#-----------------------#
# PIP Dependencies #
#-----------------------#
# Copy PIP requirements
COPY ./odoo/requirements.txt /tmp/requirements.txt
# Install PIP requirements
RUN python3 -m pip install -r /tmp/requirements.txt
# RUN pip3 install debugpy
#-----------------------#
# Odoo Conf #