Update Dockerfile

This commit is contained in:
Gaspard Wierzbinski 2024-03-11 22:05:56 -10:00 committed by GitHub
parent 636f421014
commit 3f6f394793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]