Astro Streak Application Requirements How to run Ensure that the docker daemon is running and then run the two following commands. Builds the image and tags it: docker build -t site . Runs the created image and a connected MySQL database: docker compose up