dockerfile for bob-builder

This commit is contained in:
2016-12-14 16:00:32 -05:00
parent 1bccc03b30
commit e2f4fd442a
2 changed files with 11 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM heroku/heroku:16-build
WORKDIR /app
ENV WORKSPACE_DIR=/app/builds
RUN apt-get update && apt-get install -y python-pip
# Install bob-builder application
RUN pip install bob-builder==0.0.5
COPY . /app
-1
View File
@@ -1 +0,0 @@
bob-builder==0.0.5