Fixing docker build issues

This commit is contained in:
Benjamin Sherriff
2024-03-03 15:24:11 -05:00
parent 57286bb0e7
commit b682321a53
4 changed files with 17 additions and 13 deletions

16
.gitignore vendored
View File

@@ -1,9 +1,15 @@
.env
target/
.idea/
# Common
keys/
**/Cargo.lock
.DS_Store
.env
# Service
target/
**/Cargo.lock
# UI
.next/
node_modules/
# IDE
.idea/
.DS_Store