mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed init.d copy
This commit is contained in:
parent
0fa9f9f0d4
commit
40c4f281c1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ RUN rm /etc/nginx/sites-enabled/default
|
||||||
ADD ${baseDir}/nginx/nginx.conf /etc/nginx/nginx.conf
|
ADD ${baseDir}/nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
ADD ${baseDir}/nginx/sharelatex.conf /etc/nginx/sites-enabled/sharelatex.conf
|
ADD ${baseDir}/nginx/sharelatex.conf /etc/nginx/sites-enabled/sharelatex.conf
|
||||||
|
|
||||||
COPY {baseDir}/init_scripts /etc/my_init.d/
|
COPY {baseDir}/init_scripts/ /etc/my_init.d/
|
||||||
|
|
||||||
|
|
||||||
# Install ShareLaTeX
|
# Install ShareLaTeX
|
||||||
|
|
Loading…
Reference in a new issue