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

https://github.com/rishiloyola/suse-mean

A docker setup for MEAN.JS over opensuse os
https://github.com/rishiloyola/suse-mean

docker mean-stack opensuse

Last synced: 2 months ago
JSON representation

A docker setup for MEAN.JS over opensuse os

Awesome Lists containing this project

README

        

# suse-mean

This Dockerfile will create a working Docker environment using [mean.js](https://github.com/meanjs/mean) base on opensuse os.

## Setup

You can clone this dockerfile in your mean app and can build your app easily using following command.
```
$ git clone https://github.com/rishiloyola/suse-mean
$ docker build -t meanapp .
```

**Note:** You can also replace your mean.js url by your app url and it will automatically clone the app from the provided source.