Skip to content

Commit

Permalink
chore(api): remove docker-build due to nrwl/nx#15064
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed Mar 19, 2024
1 parent 185dc24 commit 9b878a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
"options": {
"jestConfig": "apps/api/jest.config.ts"
}
},
"docker-build": {
"dependsOn": ["build"],
"command": "docker build --build-arg NODE_VERSION=$(cat .nvmrc | tr -cd [:digit:].) -f apps/api/Dockerfile . -t api"
}
},
"tags": []
Expand Down

0 comments on commit 9b878a2

Please sign in to comment.