mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add docker ignore rather than make clean
This commit is contained in:
parent
c80c38b7a9
commit
c080938480
2 changed files with 3 additions and 2 deletions
3
services/clsi/.dockerignore
Normal file
3
services/clsi/.dockerignore
Normal file
|
@ -0,0 +1,3 @@
|
|||
node_modules/*
|
||||
app.js
|
||||
**/js/*
|
|
@ -4,8 +4,6 @@ COPY ./ /app
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN rm -rf node_modules/* && make clean
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue