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

Install node and npm into development Docker images #497

Open
alchzh opened this issue Sep 9, 2024 · 0 comments
Open

Install node and npm into development Docker images #497

alchzh opened this issue Sep 9, 2024 · 0 comments

Comments

@alchzh
Copy link
Contributor

alchzh commented Sep 9, 2024

Currently, the Docker images include a pre-built copy of the frontend, and don't have the tooling to build the frontend themselves.

Something like

COPY --from=node:lts-bullseye-slim /usr/local/bin /usr/local/bin
COPY --from=node:lts-bullseye-slim /usr/local/lib/node_modules /usr/local/lib/node_modules

would be nice.

Which files would be affected?
build_image.py?

Does the proposed maintenance include non-doc string functional changes to the Python code?
No

Are you interested in implementing it yourself?
Not familiar with where this should go.

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