Skip to content

Commit

Permalink
Update INTRO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent authored Jul 14, 2020
1 parent aa09b58 commit a8893e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/beam-intro/INTRO.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ Fetch the [foxsec-pipeline](https://github.com/mozilla-services/foxsec-pipeline)
git clone https://github.com/mozilla-services/foxsec-pipeline.git
```

Build the docker image.
Build the docker images.

```
docker build -t foxsec-pipeline:latest .
touch version.json
docker build -f Dockerfile-base -t foxsec-pipeline-base:latest .
docker build -f Dockerfile-complete -t foxsec-pipeline:latest .
```

Run a simple parser test just to make sure your environment is working correctly. This will also
Expand Down

0 comments on commit a8893e2

Please sign in to comment.