debug fix v10
This commit is contained in:
parent
64b1505c86
commit
04a9e11a67
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ WORKDIR /opt
|
||||||
ADD combined_update_ddl.sql init.sql
|
ADD combined_update_ddl.sql init.sql
|
||||||
ADD init.sh init.sh
|
ADD init.sh init.sh
|
||||||
|
|
||||||
USER root
|
|
||||||
|
|
||||||
RUN apk add --update --no-cache postgresql-client
|
RUN apk add --update --no-cache postgresql-client
|
||||||
RUN chmod +x init.sql
|
RUN chmod +x init.sql
|
||||||
RUN find . -name "*.sh" | xargs sed -i 's/\r$//'
|
RUN find . -name "*.sh" | xargs sed -i 's/\r$//'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue