Skip to content

Commit

Permalink
[main] update dockerfile description
Browse files Browse the repository at this point in the history
  • Loading branch information
gvilarino committed Mar 11, 2015
1 parent 0b0d6f4 commit 6b3fcdb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
# DemocracyOS app; the container WILL NOT build it for you.

# The container generated by this Dockerfile is intended to be published
# in the docker registry for being used as a source image for other containers
# in the docker registry for being used to run a container directly

FROM democracyos/ubuntu-base
MAINTAINER Guido Vilariño <guido@democracyos.com>

COPY . /usr/src/democracyos/app/
WORKDIR /usr/src/democracyos/app

# Add any custom env vars here
# ENV FOO=foo \
# BAR=bar

# If you change the port, remember to set the proper ENV var to match.
EXPOSE 80

CMD node ./bin/dos-config && node index.js

0 comments on commit 6b3fcdb

Please sign in to comment.