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

Docker dev setup fails #420

Open
Raos123 opened this issue Apr 16, 2021 · 1 comment
Open

Docker dev setup fails #420

Raos123 opened this issue Apr 16, 2021 · 1 comment

Comments

@Raos123
Copy link

Raos123 commented Apr 16, 2021

npm-debug.log

Attached is the error i get when trying to run the docker setup instructions. I used the Docker Desktop to launch the application to the the Docker file not appearing to mount the app folder like the instructions said, that was another error about it failing to find a package.json file.

@mamclain
Copy link

I encountered a similar issue,

I swapped

FROM node:4

to

FROM node:8

and also added

RUN npm update

to the DockerFile to resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants