Skip to content

Commit

Permalink
chore(docker): overwrite command to avoid running odoo server
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 19, 2024
1 parent ae0cdcd commit b6c6594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ RUN pip install -U pip -r requirements.txt && \
rm -rf /root/.cache /root/.local /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/* /var/cache/pip/*

USER odoo:odoo

CMD ["click-odoo-backupdb", "--help"]

0 comments on commit b6c6594

Please sign in to comment.