try a build with node user
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
wget -qO- https://get.docker.com/ | sh
|
||||
apt-get install poppler-utils vim ghostscript --yes
|
||||
npm rebuild
|
||||
usermod -aG docker app
|
||||
usermod -aG docker node
|
||||
|
||||
mkdir -p /app/cache
|
||||
chown -R app:app /app/cache
|
||||
chown -R node:node /app/cache
|
||||
|
||||
mkdir -p /app/compiles
|
||||
chown -R app:app /app/compiles
|
||||
chown -R node:node /app/compiles
|
||||
|
||||
chown -R app:app /app/bin/synctex
|
||||
chown -R node:node /app/bin/synctex
|
||||
|
||||
Reference in New Issue
Block a user