fix image name

This commit is contained in:
inductor
2020-03-18 08:30:25 +09:00
parent 2fc0f23a1d
commit 9f38e9518b
+1 -1
View File
@@ -63,7 +63,7 @@ Run the following commands if you have Docker environment
```bash
$ docker build . -t spotify/backstage
$ docker run --rm -it -p 80:80 backstage
$ docker run --rm -it -p 80:80 spotify/backstage
```
Then open http://localhost/ on your browser.