saisilinus / node-express-mongoose-typescript-boilerplate

A boilerplate for making production-ready RESTful APIs using Node.js, TypeScript, Express, and Mongoose
MIT License
325 stars 93 forks source link

Running yarn docker:dev results in error while composing node-app #28

Closed beyerenrico closed 1 year ago

beyerenrico commented 1 year ago

Problem:

When I try to dockerize the application the composing errors on the node-app part. No directory is created and nothing happens. Besides the console showing the key word error not further stack trace is displayed. So I would be interested if this is a general issue or if my environment is the issue.

Environment:

Module Version
node v16.15.1
yarn v1.22.19
npm v8.18.0

Device

Type MacBook Pro (16", 2021)
OS macOS Monterey v12.6
Chip Apple M1 Pro 

Steps to reproduce issue

$ git clone https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate.git
$ yarn install
$ cp .env.example .env
$ yarn docker:dev
saisilinus commented 1 year ago

I am also getting an error on my end. I meant to fix the docker issues but somehow forgot about it. I will start working on it ASAP but will appreciate all the help you can provide