curriculum-of-coding / BackEnd-web

0 stars 1 forks source link

Fix: GCP Docker Build Error #10

Closed wn-na closed 3 years ago

wn-na commented 3 years ago

First. Fix mongoose version Error cause: @types/mongoose and mongoose version didn't match solution: change version 5.10.3

Second. Docker container didn't connect External solution: create nginx in dockerfile

Third. ts didn't find module cause: in db setting file(db.ts), schema file path contain file extension solution: delete file extension

So Please review this commit. Thanks