Skip to content

cre8newmedia/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

cre8/node

NodeJS image that includes yarn.

How to use this image

Dockerfile

FROM cre8/node:latest

# [...]

Docker-Compose

version: '3'
services:
  
  app:
    image: cre8/node
    command: [yarn, run, start]
    working_dir: /usr/src/app
    volumes:
      - .:/usr/src/app
      - /usr/src/app/node_modules

Build

Commit & push to GitHub

It will automatically trigger build of new Docker Image.

Links:

License

This image is based on following components with related licenses:

About

Node with installed yarn as Docker Image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors