This PR adds a conditional check in the DB init scripts. If the environment is within a docker container, we use the docker filepaths. If not, we use the default file paths.
This way we can use the same db scripts for the docker environment as well as for the deployed application on dev, qa, and prod.
This PR adds a conditional check in the DB init scripts. If the environment is within a docker container, we use the docker filepaths. If not, we use the default file paths.
This way we can use the same db scripts for the docker environment as well as for the deployed application on dev, qa, and prod.