We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e91ee7 commit a7f0811Copy full SHA for a7f0811
README.md
@@ -16,7 +16,7 @@ docker build -t factory:local .
16
Once you have an image built, run it like
17
18
```sh
19
-docker run --rm --name factory --network=host -p 8000:8000 factory:local
+docker run --rm --name factory --network=host factory:local
20
```
21
22
This snippet is intended just for testing the app, it is usually not a good
@@ -190,4 +190,4 @@ curl -s http://localhost:8000/materials/oxygen | jq
190
191
There are other endpoints, not described in this short README file. Feel
192
free to investigate them on your own by browsing files in the `routers/`
193
-directory.
+directory.
0 commit comments