Skip to content

Commit

Permalink
add margarita files
Browse files Browse the repository at this point in the history
  • Loading branch information
groob committed Aug 7, 2014
1 parent 2c3cd49 commit 148630a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ RUN apt-get update && apt-get install -y \
RUN git clone https://github.com/wdas/reposado.git /reposado
ADD preferences.plist /reposado/code/
ADD reposado.conf /etc/nginx/sites-enabled/reposado.conf
RUN pip install flask
RUN pip install simplejson
RUN git clone https://github.com/jessepeterson/margarita.git /home/app/margarita
RUN ln -s /reposado/code/reposadolib /home/app/margarita
RUN ln -s /reposado/code/preferences.plist /home/app/margarita


VOLUME /reposado/code
EXPOSE 8080
Expand Down

0 comments on commit 148630a

Please sign in to comment.