Bumps the npm group in /dev/deploy-to-container with 1 update: [tar](https://github.com/isaacs/node-tar). Updates `tar` from 7.4.0 to 7.4.3 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.4.0...v7.4.3) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
cli.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
refresh.js | ||
settings_local.py | ||
start.sh |
Datatracker Deploy to Container Tool
This tool takes a release.tar.gz build file and deploys it as a container, along with its own database container.
Requirements
- Node
16.x
or later - Docker
Usage
- From the
dev/deploy-to-container
directory, run the command:
npm install
- Make sure you have a
release.tar.gz
tarball in the project root directory. - From the project root directory (back up 2 levels), run the command: (replacing the
branch
anddomain
arguments)
node ./dev/deploy-to-container/cli.js --branch main --domain something.com
A container named dt-app-BRANCH
and dt-db-BRANCH
(where BRANCH is the argument provided above) will be created.