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

Building Docker Container #16

Open
krozgrov opened this issue Apr 15, 2023 · 0 comments
Open

Building Docker Container #16

krozgrov opened this issue Apr 15, 2023 · 0 comments

Comments

@krozgrov
Copy link

Not sure what the issue is but when I attempt to build this the container using Dockerfile which uses Yarn the build files. The only way I can get it to work is by using NPM but that creates a bunch of build warnings. I am running Docker on a RaspberryPI 4 running Ubuntu

Install any needed packages specified in package.json - FAILS trying to build the container.

RUN yarn install

Install any needed packages specified in package.json - WORKS for build but causes warning messages.

RUN npm install --legacy-peer-deps

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

1 participant