Skip to content

Commit 1a1a59b

Browse files
committedAug 3, 2021
first commit for opensource release
1 parent 9c7efa5 commit 1a1a59b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2189
-0
lines changed
 

‎Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Metaflow bot docker file : Temp workaround like to to use heroku github action
2+
FROM python:3.7.2
3+
ADD metaflowbot /metaflowbot
4+
RUN pip3 install /metaflowbot/.
5+
RUN pip3 install /metaflowbot/extensions/jokes-command/.
6+
CMD python3 -m metaflowbot --slack-bot-token $(echo $SLACK_BOT_TOKEN) server --admin $(echo $ADMIN_USER_ADDRESS)

‎MANIFEST.in

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include README.md
2+
include Docs/**
3+
include metaflowbot/actions/**/*.yml
4+
include manifest.yml

0 commit comments

Comments
 (0)
Please sign in to comment.