add docker ignore rather than make clean

This commit is contained in:
Henry Oswald 2018-03-07 11:41:38 +00:00
parent c80c38b7a9
commit c080938480
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,3 @@
node_modules/*
app.js
**/js/*

View file

@ -4,8 +4,6 @@ COPY ./ /app
WORKDIR /app
RUN rm -rf node_modules/* && make clean
RUN npm install