dolthub / dolt

Dolt – Git for Data
Apache License 2.0
17.36k stars 488 forks source link

/docker/{docker-entrypoint.sh,serverDockerfile}: change image to pass all args to dolt sql-server command #8082

Closed coffeegoddd closed 1 week ago

coffeegoddd commented 1 week ago

This PR fixes https://github.com/dolthub/dolt/issues/8079. Now when running dolthub/dolt-sql-server if the args dolt sql-server are passed to the image, it will error. This will also prevent accidentally starting two Dolt servers in the container.

github-actions[bot] commented 1 week ago

Additional work is required for integration with DoltgreSQL.