Skip to content

stelcheck/docker-mage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mage

Deprecated See https://github.com/mage/mage-docker instead.

MAGE Docker image, based on official node versions.

Usage

Create a Dockerfile:

FROM stelcheck/mage
# Alternatively, you can add a Node.js version as a tag
FROM stelcheck/mage:7.10.0

On 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.

License

MIT

About

MAGE Docker image, based on official node versions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors