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

Fix a bug where node docker container can't find the binaries for tsx and vitest #24

Open
d-roak opened this issue Jun 23, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Open for external contributors

Comments

@d-roak
Copy link
Member

d-roak commented Jun 23, 2024

It seems the initial install is doing a link to a wrong folder (might be because of the node being in a workspace)
image

Relevant files to change:
remove the install from here


add it here
FROM node:22.3-bookworm-slim
WORKDIR /node
COPY . .
RUN chmod +x /node/entrypoint.sh
ENTRYPOINT ["/bin/bash", "/node/entrypoint.sh"]

@d-roak d-roak added bug Something isn't working good first issue Good for newcomers help wanted Open for external contributors labels Jun 23, 2024
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 Open for external contributors
Projects
Status: 🗃️ Backlog
Development

No branches or pull requests

1 participant