Skip to content

Commit

Permalink
Dockerfile completion. Mwahahaha
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbytables committed Oct 8, 2015
1 parent 8d40d10 commit e4de770
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM python:2-onbuild
FROM python:2.7.10-onbuild
MAINTAINER Robert Ross <robert@creativequeries.com>

CMD ["python", "./slackbotExercise.py"]

RUN mkdir -p /slackbot

0 comments on commit e4de770

Please sign in to comment.