Skip to content

Commit

Permalink
Update docker-entrypoint.sh (#22)
Browse files Browse the repository at this point in the history
override existing links
  • Loading branch information
KirschbaumP authored and aslushnikov committed Jan 5, 2017
1 parent e8f23bc commit ea07766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -rf /var/www
# Copy and install the latest & greatest Latex-Online
git clone https://github.com/aslushnikov/latex-online /var/www
# make latexrun available globally
ln -s /var/www/latexrun/latexrun /usr/local/bin/latexrun
ln -sf /var/www/latexrun/latexrun /usr/local/bin/latexrun
cd /var/www
npm install .
export NODE_ENV=production && export VERSION=$(git rev-parse HEAD) && node app.js

0 comments on commit ea07766

Please sign in to comment.