mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 21:42:51 +00:00
added dollar to base path
This commit is contained in:
parent
0c8fc4982c
commit
ec24fc28fc
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