Beta test of pull and push scripts

This commit is contained in:
Ric Harvey
2015-06-25 10:23:06 +00:00
parent b13602c7e7
commit b525568b72
4 changed files with 52 additions and 0 deletions

View File

@@ -63,6 +63,12 @@ RUN ln -s /etc/nginx/sites-available/default.conf /etc/nginx/sites-enabled/defau
ADD ./index.php /usr/share/nginx/html/index.php
RUN chown -Rf nginx.nginx /usr/share/nginx/html/
# Add git commands to allow container updating
ADD ./pull /usr/bin/pull
ADD ./push /usr/bin/push
RUN chmod 755 /usr/bin/pull
RUN chmod 755 /usr/bin/push
# Supervisor Config
RUN /usr/bin/easy_install supervisor
RUN /usr/bin/easy_install supervisor-stdout