An open API service indexing awesome lists of open source software.

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.

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