Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

FlorentinDUBOIS/node-yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-yarn

Node.js official docker with yarn built-in, and use yarn as package manager

Build available

This is a list of available docker by tag

  • latest, onbuild
  • 7, 7-onbuild
  • 6, 6-onbuild
  • 4, 4-onbuild
  • boron, boron-onbuild
  • argon, argon-onbuild

Usage

onbuild

This tag is for encapsulate your application, you just have to create in your project a Dockerfile like this:

FROM florentindubois/node-yarn:onbuild

Do not forget to add the command EXPOSE if you use some ports

node

This part is for your test or your own implements yarn is a global command, so you can use it as you wish

example:

FROM florentindubois/node-yarn:latest

# Your stuff with yarn

About

Node.js official docker with yarn built-in

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published