Skip to content

Commit 49d0a4e

Browse files
committed
set on host and see if that does it for now
1 parent ce3b3a6 commit 49d0a4e

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM percona/percona-postgresql-operator:2.6.0-ppg16.8-postgres
22

33
# Create a custom entrypoint script that sets OOM score and starts postgres
44
COPY entrypoint-wrapper.sh /usr/local/bin/
5-
RUN chmod +x /usr/local/bin/entrypoint-wrapper.sh
65

76
# We don't change the original ENTRYPOINT - we wrap around it
87
ENTRYPOINT ["/usr/local/bin/entrypoint-wrapper.sh"]

entrypoint-wrapper.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)