Skip to content

Commit

Permalink
Upgrade builderhub image to new ref
Browse files Browse the repository at this point in the history
Also renames the package from builder to builderhub
  • Loading branch information
yuvipanda committed May 15, 2017
1 parent 0d4f920 commit 4f0e2c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN apt-get update && \
python3-pip && \
apt-get clean

RUN pip3 install --no-cache-dir git+https://github.com/yuvipanda/builderhub.git@a07ae23
ADD builder_config.py /etc
RUN pip3 install --no-cache-dir git+https://github.com/yuvipanda/builderhub.git@9fffab6
ADD builderhub_config.py /etc

WORKDIR /etc

CMD python3 -m builder.app
CMD python3 -m builderhub.app

EXPOSE 8585

0 comments on commit 4f0e2c1

Please sign in to comment.