We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66e040b + 96361a6 commit b24a64dCopy full SHA for b24a64d
Dockerfile
@@ -17,7 +17,6 @@ COPY . .
17
18
# Initialize and update git submodules
19
RUN git init
20
-RUN git config --global url."https://github.com/".insteadOf [email protected]:
21
RUN git submodule init
22
RUN git submodule update
23
README.md
@@ -29,6 +29,15 @@ npm test
29
30
# Docker
31
32
+run the prebuilt docker image:
33
+
34
+``` bash
35
+docker run -p 8080:8080 -d ghcr.io/ArduPilot/UAVLogViewer:latest
36
37
+```
38
39
+or build the docker file locally:
40
41
``` bash
42
43
# Build Docker Image
@@ -45,4 +54,4 @@ docker logs <container id>
45
54
46
55
# Navigate to localhost:8080 in your web browser
47
56
48
-```
57
0 commit comments