aasthab

Untitled

Aug 19th, 2018
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. sudo docker run --rm -e COBOT_TOKEN="this-is-chatbot-token" \
  2. > -e COBOT_PREFIX="gitmate" \
  3. > -e BOT_ADMINS="sils meetmangukiya" \
  4. > -e BACKEND="Slack" \
  5. > -e GH_TOKEN="this-is-the-bots-github-token" \
  6. > -e GL_TOKEN="this-is-the-bots-gitlab-token" \
  7. > -e GH_ORG_NAME="gitmate" \
  8. > -e GL_ORG_NAME="gitmate" \
  9. > meetmangukiya/corobo
  10. standard_init_linux.go:178: exec user process caused "exec format error"
Add Comment
Please, Sign In to add comment