Skip to content

Commit 1545a51

Browse files
authored
Fix typo in docker run command
1 parent 368093f commit 1545a51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Run the following lines to build the docker image locally:
7979
```
8080
cd earth-analytics-python-env
8181
docker build -t earthlab/earth-analytics-python-env .
82-
docker run -it -p 8888:8888 earthlab/earth-analytics
82+
docker run -it -p 8888:8888 earthlab/earth-analytics-python-env
8383
8484
```
8585

0 commit comments

Comments
 (0)