Various fixes

This commit is contained in:
nemunaire 2015-01-16 21:01:42 +01:00 committed by Nemunaire
commit 7aec6ec98a
6 changed files with 25 additions and 11 deletions

View file

@ -20,6 +20,8 @@ RUN apt-get -y update && \
pwgen \
curl \
openssl \
rsync \
openssh-client \
&& \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
@ -55,5 +57,5 @@ ENTRYPOINT ["/var/www/fic-server/entrypoint.sh"]
CMD service nginx start && \
service php5-fpm start && \
./nginx_gen_team.sh > ./shared/nginx-teams.conf && \
(./launch_local.sh &); \
(./launch.sh &); \
/bin/bash