diff --git a/Dockerfile b/Dockerfile index 6f7eac0..13ae642 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,3 +19,4 @@ RUN echo '#!/bin/sh\npsql -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "CREATE EXTEN # Make the entrypoint script executable RUN chmod +x /docker-entrypoint-initdb.d/init.sh +CMD ["postgres"]