Sign inSign up

linguala/meteor-react

By linguala

Updated almost 9 years ago

Container based on linguala/meteor-yarn

Image
1

550

linguala/meteor-react repository overview

FROM linguala/meteor-yarn:1.6

# install dev utilities (babel, eslint, test utilities)
# used to cache in yarn's cache
RUN yarn global add @linguala/common-dev-dependencies @linguala/react-dependencies
# adding babel-cli ava jest eslint & webpack is usefull since transitive dependencies from the above @linguala packages are not registered as executables in $PATH
# should use cache, since they are direct dependencies from @linguala packages
RUN yarn global add babel-cli ava jest eslint webpack
# show installed bins (runnable packages from yarn)
RUN echo "global bins:"; ls `yarn global bin` || true
# show cached packages
RUN yarn cache list

Tag summary

Content type

Image

Digest

Size

405.3 MB

Last updated

almost 9 years ago

docker pull linguala/meteor-react