Page MenuHomePhabricator

[Cashtab] Dockerfile improvements for faster deployments
ClosedPublic

Authored by bytesofman on Feb 4 2024, 15:09.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC464c6af1fc06: [Cashtab] Dockerfile improvements for faster deployments
Summary

Now that we are bumping package.json version for every change, we will also force npm ci to reinstall everything even if the dependencies did not change.

Hold the version constant in the docker image. Remove unnecessary dependency updates.

Test Plan

docker build -t cashtab_local .

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman published this revision for review.Feb 4 2024, 15:11

need to version hold both files

revert package lock test change

This revision is now accepted and ready to land.Feb 5 2024, 08:39