Skip to content

Commit 4358898

Browse files
authored
Merge pull request #40 from BranRitz/patch-1
Update developer_docs.md
2 parents be510ad + 3b478cc commit 4358898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer_docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ $ docker build -t abaco/dashboard -f Dockerfile-dashboard .
238238
4. Start the dashboard app with docker-compose by running the following from the project root:
239239

240240
```shell
241-
$ docker-compose -f docker-compose-dashboard up -d
241+
$ docker-compose -f docker-compose-dashboard.yml up -d
242242
```
243243

244244

@@ -319,4 +319,4 @@ Making requests to the local development stack is easy using the requests librar
319319
>>> requests.get('{}/actors'.format(base_url), headers=headers).json()
320320
>>> requests.post('{}/actors'.format(base_url), data={'image': 'abacosamples/py3_func:dev'}, headers=headers).json()
321321

322-
```
322+
```

0 commit comments

Comments
 (0)