This website requires JavaScript.
Explore
Help
Register
Sign In
Fascinated
/
docker-images
Watch
1
Star
1
Fork
0
You've already forked docker-images
Code
Issues
1
Pull Requests
Actions
Activity
Files
51915ecfcce2d679a3d19bc7a6cf411a88f68102
docker-images
/
NodeWithYarnLatestDockerfile
4 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add nodejs with yarn
2023-10-18 01:56:11 +01:00
FROM fascinated/docker-images:node-latest
# Install yarn
fix yarn
2023-10-18 01:59:41 +01:00
RUN npm install -g yarn --force
Reference in New Issue
Copy Permalink