Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(docker): updating maintainer and docker compose
Browse files Browse the repository at this point in the history
* Setting the maintainer information to MEAN.JS team as well as in the comments
* Adding a docker-compose clause
  • Loading branch information
lirantal committed Mar 25, 2016
1 parent dde9682 commit 5d2019f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
MAINTAINER MEAN.JS

# Install Utilities
RUN apt-get update -q
Expand Down

0 comments on commit 5d2019f

Please sign in to comment.