fix(docker): updating maintainer and docker compose

* Setting the maintainer information to MEAN.JS team as well as in the comments
* Adding a docker-compose clause
This commit is contained in:
Liran Tal
2016-03-25 17:11:44 +03:00
parent dde9682073
commit 5d2019fa29

View File

@@ -1,11 +1,14 @@
# Build:
# docker build -t lirantal/meanjs .
# docker build -t meanjs/mean .
#
# Run:
# docker run -it lirantal/meanjs
# docker run -it meanjs/mean
#
# Compose:
# docker-compose up -d
FROM ubuntu:latest
MAINTAINER Liran Tal <liran.tal@gmail.com>
MAINTAINER MEAN.JS
# Install Utilities
RUN apt-get update -q