Skip to content

Commit 8d76f25

Browse files
committed
Basic Dockerfile to setup botkit
1 parent f595a93 commit 8d76f25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM library/node:slim
2+
3+
COPY . /app
4+
5+
RUN cd /app \
6+
&& npm install --production
7+
8+
WORKDIR /app

0 commit comments

Comments
 (0)