models and fixtures and seeds

This commit is contained in:
Mark Moser
2016-07-26 17:00:00 -05:00
parent 0fc8ec99b3
commit a998b2adf2
22 changed files with 254 additions and 25 deletions

View File

@ -17,7 +17,8 @@ RUN apt-get update \
&& mkdir -p /usr/app \
&& ln -s /usr/bin/nodejs /usr/bin/node \
&& echo "alias ll='ls -Ahl'" >> /root/.bashrc \
&& echo "alias la='ls -ahl'" >> /root/.bashrc
&& echo "alias la='ls -ahl'" >> /root/.bashrc \
&& echo "export HISTCONTROL=ignoredups" >> /root/.bashrc
# install current Ruby
RUN curl -L --progress https://github.com/postmodern/ruby-install/archive/v0.6.0.tar.gz | tar xz \