From 190985d42c264a6ffb82f0ff6c34903a1b39e023 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Tue, 26 Jan 2021 17:28:14 +0000 Subject: [PATCH] Update README.md --- projects/project-3/backend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.