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