mirror of
https://github.com/versia-pub/postgres.git
synced 2025-12-06 06:58:20 +01:00
Update Dockerfile
This commit is contained in:
parent
636f421014
commit
3f6f394793
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue