Skip to content

Commit

Permalink
docs: simplifies deployment patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Nov 17, 2023
1 parent d5bff0a commit 35d1fe2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/deployment_patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Let's assume your configuration sits in a directory called `config`.
Here is an example Dockerfile:

```dockerfile
FROM outofcoffee/imposter as imposter
FROM outofcoffee/imposter

# your custom config
COPY config /opt/imposter/config
Expand All @@ -142,7 +142,3 @@ $ docker run --rm -it -p 8080:8080 example/mocks
```

> See [the Docker example project](https://github.com/outofcoffee/imposter/tree/main/examples/docker) for a working example.
## Further reading

- See [Benchmarks](./benchmarks.md) for representative performance tests, including test set up and configuration.

0 comments on commit 35d1fe2

Please sign in to comment.