hardcode a line (it deletes docker files)
This commit is contained in:
parent
7460ff6f88
commit
ab1780465e
|
@ -4,7 +4,7 @@ WORKDIR /opt/code
|
|||
|
||||
COPY . /opt/code
|
||||
|
||||
RUN cat .gitignore | xargs rm -rf && \
|
||||
RUN rm -rf node_modules package-lock.json yarn.lock && \
|
||||
npm i --prod && \
|
||||
./install
|
||||
|
||||
|
|
Loading…
Reference in New Issue