Files
cameleer-saas/docker/cameleer-postgres/Dockerfile

4 lines
152 B
Docker
Raw Normal View History

FROM postgres:16-alpine
COPY init-databases.sh /docker-entrypoint-initdb.d/init-databases.sh
RUN chmod +x /docker-entrypoint-initdb.d/init-databases.sh