1
0
Fork 0

small cleanup

This commit is contained in:
Tobias Brunner 2019-06-27 22:44:07 +02:00
parent 7b8731c345
commit a474527c07
3 changed files with 1 additions and 7 deletions

View File

@ -78,6 +78,7 @@ RUN patch -p0 /usr/local/lib/python3.5/dist-packages/v4l2.py < /tmp/python-v4l2
# Start CUPS - IoTBox connects to it and complains if it isn't running
&& patch -p0 /entrypoint.sh < /tmp/start-cups.patch
## Cannot switch to Odoo as CUPS must run as root and CUPS must run - otherwise IoTBox complains
#USER odoo
COPY odoo.conf /etc/odoo/odoo.conf

View File

@ -15,4 +15,3 @@ RUN git clone --depth=1 -b 12.0 https://github.com/it-projects-llc/pos-addons.gi
/opt/posbox/addons
COPY odoo.conf /etc/odoo/odoo.conf
#COPY bootstrap.min.js /usr/lib/python3/dist-packages/odoo/addons/web/static/lib/bootstrap/js/

File diff suppressed because one or more lines are too long