Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. FROM reactioncommerce/reaction:latest
  2.  
  3. # Default environment variables
  4. ENV ROOT_URL "https://www.lockbaittackle.com"
  5. ENV MONGO_URL <MONGO URL>
  6. ENV REACTION_EMAIL <EMAIL>
  7. ENV REACTION_USER <USER>
  8. ENV REACTION_AUTH <PW>
  9.  
  10. RUN apt-get update && apt-get install -y imagemagick
  11.  
  12. EXPOSE 3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement