FROM postgres:16-alpine
COPY agent.sh /agent.sh
RUN chmod 0555 /agent.sh
CMD ["/agent.sh"]
