File tree 6 files changed +6
-3
lines changed
6 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ EXPOSE 8069 8071 8072
79
79
# Set the default config file
80
80
ENV ODOO_RC /etc/odoo/odoo.conf
81
81
82
- COPY ../shared/ wait-for-psql.py /usr/local/bin/wait-for-psql.py
82
+ COPY wait-for-psql.py /usr/local/bin/wait-for-psql.py
83
83
84
84
# Set default user when running the container
85
85
USER odoo
Original file line number Diff line number Diff line change
1
+ ../ shared / wait - for - psql .py
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ EXPOSE 8069 8071 8072
93
93
# Set the default config file
94
94
ENV ODOO_RC /etc/odoo/odoo.conf
95
95
96
- COPY ../shared/ wait-for-psql.py /usr/local/bin/wait-for-psql.py
96
+ COPY wait-for-psql.py /usr/local/bin/wait-for-psql.py
97
97
98
98
# Set default user when running the container
99
99
USER odoo
Original file line number Diff line number Diff line change
1
+ ../ shared / wait - for - psql .py
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ EXPOSE 8069 8071 8072
95
95
# Set the default config file
96
96
ENV ODOO_RC /etc/odoo/odoo.conf
97
97
98
- COPY ../shared/ wait-for-psql.py /usr/local/bin/wait-for-psql.py
98
+ COPY wait-for-psql.py /usr/local/bin/wait-for-psql.py
99
99
100
100
# Set default user when running the container
101
101
USER odoo
Original file line number Diff line number Diff line change
1
+ ../ shared / wait - for - psql .py
You can’t perform that action at this time.
0 commit comments