mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added strace and time
This commit is contained in:
parent
c852ff16d7
commit
3510526963
1 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,9 @@ RUN git clone https://github.com/sharelatex/sharelatex.git /var/www/sharelatex
|
|||
# zlib1g-dev is needed to compile the synctex binaries in the CLSI during `grunt install`.
|
||||
RUN apt-get install -y zlib1g-dev
|
||||
|
||||
RUN apt-get install -y time
|
||||
RUN apt-get install -y strace
|
||||
|
||||
|
||||
ADD ${baseDir}/services.js /var/www/sharelatex/config/services.js
|
||||
ADD ${baseDir}/package.json /var/www/package.json
|
||||
|
@ -64,9 +67,6 @@ RUN mkdir /etc/service/chat-sharelatex; \
|
|||
mkdir /etc/service/web-sharelatex;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ADD ${baseDir}/runit/chat-sharelatex.sh /etc/service/chat-sharelatex/run
|
||||
ADD ${baseDir}/runit/clsi-sharelatex.sh /etc/service/clsi-sharelatex/run
|
||||
ADD ${baseDir}/runit/docstore-sharelatex.sh /etc/service/docstore-sharelatex/run
|
||||
|
|
Loading…
Reference in a new issue