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

reorder env vars

parent 31eb0e28
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,10 @@ WORKDIR /app/bundle
# needs a mongoinstance - defaults to container linking with alias 'mongo'
ENV MONGO_URL=mongodb://mongo:27017/rocketchat \
HOME=/tmp \
PORT=3000 \
ROOT_URL=http://localhost:3000 \
Accounts_AvatarStorePath=/app/uploads \
HOME=/tmp
Accounts_AvatarStorePath=/app/uploads
EXPOSE 3000
......
......@@ -22,10 +22,10 @@ WORKDIR /app/bundle
# needs a mongoinstance - defaults to container linking with alias 'mongo'
ENV MONGO_URL=mongodb://mongo:27017/rocketchat \
HOME=/tmp \
PORT=3000 \
ROOT_URL=http://localhost:3000 \
Accounts_AvatarStorePath=/app/uploads \
HOME=/tmp
Accounts_AvatarStorePath=/app/uploads
EXPOSE 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