Make the docker context look like the repo structure for backup,
then update all assumptions.
Re-ordered rust installation to avoid changes to services directories causing rust to re-install
Differential D5156
[Backup] Remove docker context differences • jon on Sep 15 2022, 4:19 PM. Authored by Tags None Referenced Files
Details Make the docker context look like the repo structure for backup, Re-ordered rust installation to avoid changes to services directories causing rust to re-install # In repo nix develop cd services/backup rm -rf build && mkdir build && cd build && cmake .. && make -j # In docker docker build . -f services/backup/Dockerfile backup CI gate should also suffice for docker workflow
Diff Detail
|