Skip to content

Commit

Permalink
update dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Oct 3, 2023
1 parent 7420be2 commit ba8913c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/openshift-ci/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ RUN /usr/pgsql-15/bin/initdb && \
rm /tmp/.lock && \
chmod -R 777 /tmp/file && \
chmod -R g+rwX /var/lib/pgsql/15/data/database && mv /var/lib/pgsql/15/data/database /var/lib/pgsql/15/data/old && \
mkdir -p /opt/app-root/src && \
touch /opt/app-root/src/a
ENTRYPOINT ["/entrypoint.sh"]

Expand Down

0 comments on commit ba8913c

Please sign in to comment.