FROM alpine 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" ]