hardcode in dev too
This commit is contained in:
parent
ccde682744
commit
22bd53cbe6
|
@ -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 && \
|
||||
./install
|
||||
|
||||
|
|
Loading…
Reference in New Issue