Skip to content

Commit b24a64d

Browse files
authored
Merge pull request #2 from bedaberner/CI_docker_build
Ci docker build
2 parents 66e040b + 96361a6 commit b24a64d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ COPY . .
1717

1818
# Initialize and update git submodules
1919
RUN git init
20-
RUN git config --global url."https://github.com/".insteadOf [email protected]:
2120
RUN git submodule init
2221
RUN git submodule update
2322

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ npm test
2929

3030
# Docker
3131

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+
3241
``` bash
3342

3443
# Build Docker Image
@@ -45,4 +54,4 @@ docker logs <container id>
4554

4655
# Navigate to localhost:8080 in your web browser
4756

48-
```
57+
```

0 commit comments

Comments
 (0)