Various fixes
This commit is contained in:
parent
8336f82311
commit
7aec6ec98a
6 changed files with 25 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue