Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore(Dockerfile): die quickly if build command fails (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
oremj authored and bbangert committed Jul 13, 2016
1 parent 62454d6 commit 1cb329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
RUN \
apt-get install -y -qq libexpat1-dev gcc libssl-dev libffi-dev && \
make clean && \
pip install -r pypy-requirements.txt && \
pip install -r requirements.txt && \
pypy setup.py develop

CMD ["autopush"]

0 comments on commit 1cb329f

Please sign in to comment.