cache rust build dependencies in dockerfile

This commit is contained in:
spiral
2023-02-25 12:14:05 -05:00
parent 5440386969
commit c6c5ae1496
9 changed files with 61 additions and 78 deletions

View File

@@ -19,4 +19,7 @@
**/bin
**/obj
**/target
**/node_modules
**/node_modules
# don't clear docker cache when updating dockerfiles
Dockerfile