https://github.com/stelcheck/docker-mage
MAGE Docker image, based on official node versions.
https://github.com/stelcheck/docker-mage
mage nodejs
Last synced: 11 months ago
JSON representation
MAGE Docker image, based on official node versions.
- Host: GitHub
- URL: https://github.com/stelcheck/docker-mage
- Owner: stelcheck
- Created: 2017-05-08T11:14:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T13:58:37.000Z (about 9 years ago)
- Last Synced: 2025-03-15T12:16:31.326Z (over 1 year ago)
- Topics: mage, nodejs
- Language: Smarty
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
docker-mage
===========
**Deprecated** See https://github.com/mage/mage-docker instead.
MAGE Docker image, based on official node versions.
Usage
-----
Create a `Dockerfile`:
```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