blob: 4b4874f96853342b2276a3efb9ef8b9fe9992d5c [file] [log] [blame]
FROM postgres:15-alpine
COPY entrypoint /sa-entrypoint
RUN chmod 544 /sa-entrypoint
ENTRYPOINT ["/bin/sh", "/sa-entrypoint"]
CMD ["postgres"]