remove ls cmd [skip-ci]
This commit is contained in:
parent
db72e8b496
commit
666b623f4a
@ -5,7 +5,6 @@ FROM node:alpine
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN ls -l; ls -l ./node_modules
|
||||
|
||||
RUN npm install && npm install chokidar --save
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user