Create service dockerising stuff

This commit is contained in:
Emma
2023-05-04 20:04:06 -06:00
parent a910783882
commit cd3f653f3f
20 changed files with 194 additions and 30 deletions

7
deno.lock generated
View File

@@ -529,7 +529,8 @@
"specifiers": {
"bcryptjs": "bcryptjs@2.4.3",
"mongoose": "mongoose@7.0.4",
"play-sound": "play-sound@1.1.5"
"play-sound": "play-sound@1.1.5",
"yaml": "yaml@2.2.2"
},
"packages": {
"@types/node@18.11.18": {
@@ -676,6 +677,10 @@
"tr46": "tr46@3.0.0",
"webidl-conversions": "webidl-conversions@7.0.0"
}
},
"yaml@2.2.2": {
"integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==",
"dependencies": {}
}
}
}