debug fix v4
This commit is contained in:
parent
b88ffe7892
commit
f2ebe5ab3e
1 changed files with 1 additions and 3 deletions
|
|
@ -4,6 +4,4 @@ ADD combined_update_ddl.sql /init.sql
|
|||
|
||||
RUN apk add --update --no-cache postgresql-client
|
||||
|
||||
RUN ls
|
||||
|
||||
CMD [ "sh", "-c", "ls && psql -U clearing -h db -p 5432 -d clearing -f init.sql && tail -f /dev/null" ]
|
||||
CMD [ "sh", "-c", "ls -la && psql --version && psql -U clearing -h db -p 5432 -d clearing -f init.sql && tail -f /dev/null" ]
|
||||
Loading…
Add table
Reference in a new issue