diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..6fdfebf712a558794bdeb14cf2fdf00d53b7f6cc --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 394d44ad5920310b068f095d0b2bc7b36d716396..0000000000000000000000000000000000000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -bob-builder==0.0.5