Skip to content

Commit

Permalink
docs(misc): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Feb 28, 2023
1 parent fc8f038 commit 1c6b80a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/shared/node-server-tutorial/5-docker-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ The `docker-build` command is defined as a target in the root `project.json` fil
"targets": {
"docker-build": {
"dependsOn": ["build"],
"executor": "nx:run-commands",
"options": {
"commands": ["docker build -f orders-api/Dockerfile . -t orders-api"]
}
"command": "docker build -f orders-api/Dockerfile . -t orders-api"
}
}
}
Expand Down

0 comments on commit 1c6b80a

Please sign in to comment.