add docker ignore rather than make clean
This commit is contained in:
@@ -4,8 +4,6 @@ COPY ./ /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN rm -rf node_modules/* && make clean
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user