diff --git a/projects/project-3/backend/README.md b/projects/project-3/backend/README.md index 23cb7b3..347b13f 100644 --- a/projects/project-3/backend/README.md +++ b/projects/project-3/backend/README.md @@ -25,9 +25,9 @@ docker build -t geovis-backend . ``` After the build make sure you are in the same directory as "bike-data.db" resides, if so, run ```shell -docker run -v $(pwd):/app -p 8080:80 --restart always -d test +docker run -v $(pwd):/app -p 8080:80 --restart always -d geovis-backend ``` Note: `$(pwd)` puts the current directory in the command, if you are on Windows, you can use WSL or provide the full path by typing it out. -To stop just shut down the container. \ No newline at end of file +To stop just shut down the container.