Skip to content

Commit

Permalink
Merge pull request #46 from nicolasbock/update-build
Browse files Browse the repository at this point in the history
Update build instructions
  • Loading branch information
dosaboy authored Aug 25, 2023
2 parents 3352cc1 + dfc4509 commit f6fee0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/howto_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ See cmd/monitor/Dockerfile and cmd/processor/Dockerfile for image config.
Build monitor:

```
# docker build cmd/monitor/
# docker build --file cmd/monitor/Dockerfile .
Sending build context to Docker daemon 17.3MB
Step 1/6 : FROM ubuntu:20.04
20.04: Pulling from library/ubuntu
Expand All @@ -58,7 +58,7 @@ Successfully built 32ca0a3b8176
Build processor:

```
# docker build cmd/processor/
# docker build --file cmd/processor/Dockerfile .
Sending build context to Docker daemon 17.9MB
Step 1/6 : FROM ubuntu:20.04
---> d5447fc01ae6
Expand Down Expand Up @@ -103,4 +103,3 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
```
make devel
```

0 comments on commit f6fee0a

Please sign in to comment.