Added password hashing to entrypoint
What is your Merge about?
Following what databases like MySQL typically do for their containers, the root password is passed into the container, rather than doing the hashing outside the container as a separate process. This makes it easier to use the container image.