alphabetized Dockerfile

This commit is contained in:
alecmerdler 2017-02-27 22:02:40 -08:00
parent 3ff1e31487
commit 46057ba34e

View file

@ -41,12 +41,12 @@ RUN apt-get install -y \
monit \
nginx \
nodejs \
yarn \
optipng \
python-dbg \
python-dev \
python-pip \
python-virtualenv
python-virtualenv \
yarn
# Install python dependencies
ADD requirements.txt requirements.txt