blob: 4b4874f96853342b2276a3efb9ef8b9fe9992d5c [file] [log] [blame]
Nico Huber5d7a1cb2023-07-23 19:36:14 +00001FROM postgres:15-alpine
2
3COPY entrypoint /sa-entrypoint
4RUN chmod 544 /sa-entrypoint
5
6ENTRYPOINT ["/bin/sh", "/sa-entrypoint"]
7CMD ["postgres"]