NodeJS image that includes yarn.
FROM cre8/node:latest
# [...]version: '3'
services:
app:
image: cre8/node
command: [yarn, run, start]
working_dir: /usr/src/app
volumes:
- .:/usr/src/app
- /usr/src/app/node_modulesCommit & push to GitHub
It will automatically trigger build of new Docker Image.
Links:
This image is based on following components with related licenses: