Skip to content
Snippets Groups Projects
Commit 7a1a5190 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

adding graphicsmagick by default

parent b681c56c
No related branches found
No related tags found
No related merge requests found
FROM node:0.10
MAINTAINER buildmaster@rocket.chat
MAINTAINER buildmaster@rocket.chat
RUN apt-get update && apt-get install -y graphicsmagick
RUN groupadd -r rocketchat \
&& useradd -r -g rocketchat rocketchat \
......@@ -20,7 +22,7 @@ RUN curl -fSL "https://s3.amazonaws.com/rocketchatbuild/rocket.chat-v.latest.tgz
WORKDIR /app/bundle
USER rocketchat
# needs a mongoinstance - defaults to container linking with alias 'db'
# needs a mongoinstance - defaults to container linking with alias 'db'
ENV MONGO_URL=mongodb://db:27017/meteor \
PORT=3000 \
ROOT_URL=http://localhost:3000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment