From 6cc06d4e7f7630c6747b2a8bc0fa884cb7637366 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 26 Jan 2021 15:56:33 +0100 Subject: [PATCH] chore: fixing spelling of docs --- docs/getting-started/deployment-other.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/deployment-other.md b/docs/getting-started/deployment-other.md index 900173a6c5..6cc90c88fb 100644 --- a/docs/getting-started/deployment-other.md +++ b/docs/getting-started/deployment-other.md @@ -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 ```