Skip to content

Commit

Permalink
Merge pull request meanjs#1281 from lirantal/bugfix/docker_maintainer…
Browse files Browse the repository at this point in the history
…_change

fix(docker): updating maintainer and docker compose
  • Loading branch information
lirantal committed Mar 26, 2016
2 parents dde9682 + 5d2019f commit b46ebc8
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 <liran.tal@gmail.com>
MAINTAINER MEAN.JS

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

0 comments on commit b46ebc8

Please sign in to comment.