mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-03 02:52:37 +00:00
added dollar to base path
This commit is contained in:
parent
dcdc56cbe2
commit
511054423e
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/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
|
||||
|
|
Loading…
Reference in a new issue