mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 20:01:00 +00:00
debuging
This commit is contained in:
parent
801adf8e9e
commit
8c782ba6b2
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,6 @@ WORKDIR /app
|
|||
# on any files it doesn't need.
|
||||
RUN ./install_deps.sh
|
||||
|
||||
USER node
|
||||
# USER node
|
||||
|
||||
CMD ["node","app.js"]
|
||||
|
|
|
@ -9,3 +9,5 @@ cd /tmp/ghostscript-9.15 && ./configure && make && make install
|
|||
|
||||
npm rebuild
|
||||
chown -R node:node /app/uploads
|
||||
|
||||
echo gs --version
|
Loading…
Reference in a new issue