Skip to content

Commit

Permalink
feat: development image introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
renal31 committed Apr 30, 2021
1 parent 9f8b100 commit c1ea477
Show file tree
Hide file tree
Showing 4 changed files with 804 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM tahitiwebdesign/odoo8-base
LABEL maintainer="dev@tahitiwebdesign.com"

# Install debuggers for VSCode & PyCharm
RUN pip install debugpy pydevd

# Startup
ENTRYPOINT ["/entrypoint.sh"]
CMD ["openerp-server"]
Loading

0 comments on commit c1ea477

Please sign in to comment.