A script I want to run in my Dockerfile requires a database up and running first. So tried to do something like this.
FROM postgres COPY toBeExecutedAgainstRunnin