Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
beyerenrico opened this issue Oct 27, 2022 · 1 comment · Fixed by #29
Closed

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

beyerenrico opened this issue Oct 27, 2022 · 1 comment · Fixed by #29
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@beyerenrico
Copy link

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 saisilinus added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Oct 28, 2022
@saisilinus
Copy link
Owner

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

saisilinus added a commit that referenced this issue Oct 29, 2022
add working docker configuration for dev, test, and production environments. change FRONT_URL to
CLIENT_URL. fix errors caused by CLIENT_URL

BREAKING CHANGE: yarn start does not build before starting. Use yarn start:build if you want to
build before starting. FRONT_URL has been replaced with CLIENT_URL as it is more descriptive

Running yarn docker:dev results in error while composing node-app #28
@saisilinus saisilinus linked a pull request Oct 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants