debug fix v11
This commit is contained in:
parent
04a9e11a67
commit
d4820eb459
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ ADD combined_update_ddl.sql init.sql
|
||||||
ADD init.sh init.sh
|
ADD init.sh init.sh
|
||||||
|
|
||||||
RUN apk add --update --no-cache postgresql-client
|
RUN apk add --update --no-cache postgresql-client
|
||||||
RUN chmod +x init.sql
|
RUN chmod a+x init.sql
|
||||||
RUN find . -name "*.sh" | xargs sed -i 's/\r$//'
|
RUN find . -name "*.sh" | xargs sed -i 's/\r$//'
|
||||||
|
|
||||||
CMD [ "./init.sh" ]
|
ENTRYPOINT [ "./init.sh" ]
|
||||||
Loading…
Add table
Reference in a new issue