Skip to content
Snippets Groups Projects
Commit e2f4fd44 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

dockerfile for bob-builder

parent 1bccc03b
No related branches found
No related tags found
No related merge requests found
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
\ No newline at end of file
bob-builder==0.0.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment