mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
sample of debug
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user