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
- Host: GitHub
- URL: https://github.com/rishiloyola/suse-mean
- Owner: rishiloyola
- Created: 2018-01-02T10:51:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T16:35:50.000Z (over 7 years ago)
- Last Synced: 2025-02-05T14:14:37.686Z (4 months ago)
- Topics: docker, mean-stack, opensuse
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.