Skip to content

Commit

Permalink
Update payment.md code sample to require ./index.js (#4256)
Browse files Browse the repository at this point in the history
  • Loading branch information
marleypowell authored Jun 14, 2024
1 parent 6b928e4 commit 591af84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can then use `opentelemetry.js` to start your app. This can be done in the
`ENTRYPOINT` command for the service's `Dockerfile`.

```dockerfile
ENTRYPOINT [ "node", "./opentelemetry.js" ]
ENTRYPOINT [ "node", "--require", "./opentelemetry.js", "./index.js" ]
```

## Traces
Expand Down

0 comments on commit 591af84

Please sign in to comment.