Skip to content

Commit

Permalink
Add docker run script
Browse files Browse the repository at this point in the history
  • Loading branch information
vponline committed Oct 5, 2023
1 parent 34eb900 commit 2ad1f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ yarn docker:build
The docker image can be ran locally with:

```sh
docker run -it --rm api3/airseekerv2:latest
yarn docker:run
```
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"prettier:fix": "prettier --write \"./**/*.{js,ts,md,json}\"",
"test": "jest",
"tsc": "tsc --project .",
"docker:build": "docker build -t api3/airseekerv2:latest -f docker/Dockerfile ."
"docker:build": "docker build -t api3/airseekerv2:latest -f docker/Dockerfile .",
"docker:run": "docker run -it --rm api3/airseekerv2:latest"
}
}

0 comments on commit 2ad1f75

Please sign in to comment.