Merge branch 'main' of github.com:lysand-org/postgres

Pull in changes from GitHub
This commit is contained in:
Jesse Wierzbinski 2024-03-12 07:43:22 -10:00
commit 4834275928
No known key found for this signature in database
2 changed files with 99 additions and 0 deletions

View file

@ -19,3 +19,4 @@ RUN printf '#!/bin/sh\npsql -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "CREATE EXT
# Make the entrypoint script executable
RUN chmod +x /docker-entrypoint-initdb.d/init.sh
CMD ["postgres"]