chore: fixing spelling of docs

This commit is contained in:
blam
2021-01-26 15:56:33 +01:00
parent ad52b78b8d
commit 6cc06d4e7f
+1 -1
View File
@@ -62,7 +62,7 @@ CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app
You can add the Dockerfile to the root of your project, and run the following:
```sh
$ docker build -t eaxmple-deployment .
$ docker build -t example-deployment .
$ docker run -p 7000:7000 example-deployment
```