Deprecated See https://github.com/mage/mage-docker instead.
MAGE Docker image, based on official node versions.
Create a Dockerfile:
FROM stelcheck/mage
# Alternatively, you can add a Node.js version as a tag
FROM stelcheck/mage:7.10.0On build, this will load your source files and run npm install
on your codebase. Alternatively, you may also mount /mnt/app
during development and run your commands manually.
MIT