Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ COPY . .

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

Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ npm test

# Docker

run the prebuilt docker image:

``` bash
docker run -p 8080:8080 -d ghcr.io/ArduPilot/UAVLogViewer:latest

```

or build the docker file locally:

``` bash

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

# Navigate to localhost:8080 in your web browser

```
```
Loading