From 2a297e693f5328cbaf2bd6da57bf67aa5b787577 Mon Sep 17 00:00:00 2001 From: Gabriel Henrique <59948825+gab3-dev@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:33:52 -0300 Subject: [PATCH] Fix typos in Docker README "soruce" to "source" --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 11c018215..436773d7a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,7 +1,7 @@ # Docker for erupe ## Building the container -Run the following from the route of the soruce folder. In this example we give it the tag of dev to seperate it from any other container verions. +Run the following from the route of the source folder. In this example we give it the tag of dev to seperate it from any other container verions. ```bash docker build . -t erupe:dev ``` @@ -67,4 +67,4 @@ docker-compose up # Troubleshooting -Q: My Postgres will not populate. A: You're setup.sh is maybe saved as CRLF it needs to be saved as LF. \ No newline at end of file +Q: My Postgres will not populate. A: You're setup.sh is maybe saved as CRLF it needs to be saved as LF.