Guest User

Untitled

a guest
Mar 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. RUN apk add curl git ssmtp tzdata
  2. RUN echo "export TERM=linux" | tee -a /root/.bashrc /etc/bash.bashrc
  3. RUN cp -Rf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
  4. RUN echo "Europe/Berlin" > /etc/timezone
  5. ENV TZ Europe/Berlin
  6. COPY supervisord.conf /etc/
  7. ENTRYPOINT ["supervisord", "--nodaemon", "--configuration", "/etc/supervisord.conf"]
Add Comment
Please, Sign In to add comment