We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cf69f commit e3988d4Copy full SHA for e3988d4
README.md
@@ -44,14 +44,10 @@ or build the docker file locally:
44
docker build -t <your username>/uavlogviewer .
45
46
# 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>
+docker run -e VUE_APP_CESIUM_TOKEN=<Your cesium ion token> -it -p 8080:8080 -v ${PWD}:/usr/src/app <your username>/uavlogviewer
54
55
# Navigate to localhost:8080 in your web browser
56
+# changes should automatically be applied to the viewer
+
57
```
0 commit comments