Skip to content

Commit

Permalink
Use symlink for wait script
Browse files Browse the repository at this point in the history
  • Loading branch information
thatnerdjosh committed Mar 31, 2024
1 parent 1e515fa commit f00f001
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 15.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ EXPOSE 8069 8071 8072
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf

COPY ../shared/wait-for-psql.py /usr/local/bin/wait-for-psql.py
COPY wait-for-psql.py /usr/local/bin/wait-for-psql.py

# Set default user when running the container
USER odoo
Expand Down
1 change: 1 addition & 0 deletions 15.0/wait-for-psql.py
2 changes: 1 addition & 1 deletion 16.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ EXPOSE 8069 8071 8072
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf

COPY ../shared/wait-for-psql.py /usr/local/bin/wait-for-psql.py
COPY wait-for-psql.py /usr/local/bin/wait-for-psql.py

# Set default user when running the container
USER odoo
Expand Down
1 change: 1 addition & 0 deletions 16.0/wait-for-psql.py
2 changes: 1 addition & 1 deletion 17.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ EXPOSE 8069 8071 8072
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf

COPY ../shared/wait-for-psql.py /usr/local/bin/wait-for-psql.py
COPY /wait-for-psql.py /usr/local/bin/wait-for-psql.py

# Set default user when running the container
USER odoo
Expand Down
1 change: 1 addition & 0 deletions 17.0/wait-for-psql.py

0 comments on commit f00f001

Please sign in to comment.