Skip to content

Commit

Permalink
build(api): fix name of docker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Sep 6, 2023
1 parent 5e3176c commit d82d93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dev:start": "fastify start --ignore-watch=.ts$ -w -l debug -P dist/app.js | pino-pretty",
"lint": "xo",
"lint:fix": "xo --fix",
"docker:build": "docker build --tag search --file ./Dockerfile ../..",
"docker:run": "docker run --rm --publish 3000:3000 --env-file ../../.env search",
"docker:build": "docker build --tag api --file ./Dockerfile ../..",
"docker:run": "docker run --rm --publish 3000:3000 --env-file ../../.env api",
"clean": "rm -rf dist *.tgz"
},
"dependencies": {
Expand Down

0 comments on commit d82d93d

Please sign in to comment.