Skip to content

Commit

Permalink
[fix] addin persian tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Oct 1, 2023
1 parent fa00292 commit b9a1ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ RUN apt-get update \
&& pip install \
openupgradelib \
jdatetime \
pytz \
persiantools \
pytz==2023.3 \
&& rm -rf \
/var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docker run --rm \
--volume ${fileWorkspaceFolder}/../odoo:/var/lib/odoo \
--volume ${fileWorkspaceFolder}/../:/extra-add \
-p 8069:8069 \
c5f88b09ad44 \
9a75d868d261 \
--db_host db \
--db_password odoo \
--db_user odoo \
Expand Down

0 comments on commit b9a1ccc

Please sign in to comment.