Skip to content

Commit

Permalink
fix docker command in gatsby example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Jan 8, 2024
1 parent 969a86f commit 27d2bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/gatsby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Once started, it will serve a page at http://localhost:9000 with buttons that ca
The project includes a `Dockerfile`. If you're familiar with docker, this is the easiest way to start the example. Otherwise, skip ahead to the [without docker](#without-docker) section.

```
GATSBY_BUGSNAG_API_KEY=YOUR_API_KEY docker build -t bugsnag-js-example-gatsby .
docker build --build-arg GATSBY_BUGSNAG_API_KEY=YOUR_API_KEY -t bugsnag-js-example-gatsby .
docker run -p 9000:9000 -it bugsnag-js-example-gatsby
```

Expand Down

0 comments on commit 27d2bc0

Please sign in to comment.