We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be510ad + 3b478cc commit 4358898Copy full SHA for 4358898
docs/developer_docs.md
@@ -238,7 +238,7 @@ $ docker build -t abaco/dashboard -f Dockerfile-dashboard .
238
4. Start the dashboard app with docker-compose by running the following from the project root:
239
240
```shell
241
-$ docker-compose -f docker-compose-dashboard up -d
+$ docker-compose -f docker-compose-dashboard.yml up -d
242
```
243
244
@@ -319,4 +319,4 @@ Making requests to the local development stack is easy using the requests librar
319
>>> requests.get('{}/actors'.format(base_url), headers=headers).json()
320
>>> requests.post('{}/actors'.format(base_url), data={'image': 'abacosamples/py3_func:dev'}, headers=headers).json()
321
322
-```
+```
0 commit comments