hardcode a line (it deletes docker files)

This commit is contained in:
b1ek 2023-03-11 22:23:00 +10:00
parent 7460ff6f88
commit ab1780465e
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -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