Skip to content

Commit

Permalink
Add new docker script and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
s.gozman committed Apr 8, 2022
1 parent 17558e7 commit 2440273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finra-short-api",
"version": "2.0.9",
"version": "2.1.0",
"description": "API for TightShorts.ru - FINRA parser and screener",
"author": "Sam Gozman <[email protected]>",
"private": true,
Expand All @@ -9,6 +9,7 @@
"prebuild": "rimraf dist",
"build": "nest build",
"build:docker:dev": "docker build . -t ghcr.io/samgozman/finra-short-api:dev ",
"build:docker:latest": "docker build . -t ghcr.io/samgozman/finra-short-api:latest ",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "cross-env NODE_ENV=production nest start",
"start:dev": "cross-env NODE_ENV=development nest start --watch",
Expand All @@ -23,7 +24,8 @@
"test:e2e": "cross-env NODE_ENV=test jest --config ./test/jest-e2e.json --detectOpenHandles",
"test:e2e:watch": "cross-env NODE_ENV=test jest --config ./test/jest-e2e.json --watch --detectOpenHandles",
"test:e2e:github": "cross-env NODE_ENV=github jest --config ./test/jest-e2e.json --detectOpenHandles",
"push:docker:dev": "npm run build:docker:dev && docker push ghcr.io/samgozman/finra-short-api:dev"
"push:docker:dev": "npm run build:docker:dev && docker push ghcr.io/samgozman/finra-short-api:dev",
"push:docker:latest": "npm run build:docker:latest && docker push ghcr.io/samgozman/finra-short-api:latest"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2440273

Please sign in to comment.