Skip to content

Commit e3988d4

Browse files
Update Readme
1 parent 13cf69f commit e3988d4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,10 @@ or build the docker file locally:
4444
docker build -t <your username>/uavlogviewer .
4545

4646
# Run Docker Image
47-
docker run -p 8080:8080 -d <your username>/uavlogviewer
48-
49-
# View Running Containers
50-
docker ps
51-
52-
# View Container Log
53-
docker logs <container id>
47+
docker run -e VUE_APP_CESIUM_TOKEN=<Your cesium ion token> -it -p 8080:8080 -v ${PWD}:/usr/src/app <your username>/uavlogviewer
5448

5549
# Navigate to localhost:8080 in your web browser
5650

51+
# changes should automatically be applied to the viewer
52+
5753
```

0 commit comments

Comments
 (0)