Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
O
odoo-demo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ndoumbe
odoo-demo
Commits
a486bfcb
Commit
a486bfcb
authored
Nov 22, 2022
by
Ndoumbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit files
parent
3c661e40
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+2
-2
entrypoint.sh
entrypoint.sh
+2
-2
.gitkeep
jta_interprise/.gitkeep
+0
-0
.gitkeep
jta_interprise/report/.gitkeep
+0
-0
No files found.
Dockerfile
View file @
a486bfcb
...
...
@@ -23,14 +23,14 @@ RUN chown odoo entrypoint.sh && chmod 777 entrypoint.sh
#Setup odoo log directory
RUN
mkdir
-p
/var/log/odoo
&&
chown
-R
odoo /var/log/odoo
RUN
mkdir
-p
/mnt/
tai
&&
chown
-R
odoo /mnt/tai
RUN
mkdir
-p
/mnt/
extra-addons
&&
chown
-R
odoo /mnt/extra-addons
#Setup directory for odoo attachements
RUN
mkdir
/home/odoo_filestore
&&
chmod
-R
777 /home/odoo_filestore
VOLUME
["/var/log/odoo", "/home/odoo_filestore"]
COPY
jta_interprise /mnt/jta_interprise
COPY
addons/ /mnt/extra-addons
#COPY web_auth_signup /mnt/web_auth_signup
#COPY web_portal /mnt/web_portal
...
...
entrypoint.sh
View file @
a486bfcb
...
...
@@ -35,12 +35,12 @@ case "$1" in
exec
odoo
"
$@
"
else
wait-for-psql.py
${
DB_ARGS
[@]
}
--timeout
=
30
exec
odoo
"
$@
"
"
${
DB_ARGS
[@]
}
"
-d
fongip
-u
all
-c
/etc/odoo/odoo.conf
exec
odoo
"
$@
"
"
${
DB_ARGS
[@]
}
"
fi
;;
-
*
)
wait-for-psql.py
${
DB_ARGS
[@]
}
--timeout
=
30
exec
odoo
"
$@
"
"
${
DB_ARGS
[@]
}
"
-d
fongip
-u
all
-c
/etc/odoo/odoo.conf
exec
odoo
"
$@
"
"
${
DB_ARGS
[@]
}
"
;;
*
)
exec
"
$@
"
...
...
jta_interprise/.gitkeep
deleted
100644 → 0
View file @
3c661e40
jta_interprise/report/.gitkeep
deleted
100644 → 0
View file @
3c661e40
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment