Initialize database setup script #4327
johngrantdev
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For context I'm using the website template with postgres.
I would like to create a docker image from the dockerfile eg.
docker build -t project-name .
I found that during the build process it tries to make a database connection. If a valid database is not supplied then the build will fail.I don't believe this is ideal behaviour as it creates a dependency in building the project and can make building challenging when also using postgres in a container.
eg.
Beta Was this translation helpful? Give feedback.
All reactions