root: fix lockfile in dockerfile
This commit is contained in:
parent
63087c9393
commit
2406a619df
|
@ -39,7 +39,7 @@ RUN ./manage.py collectstatic --no-input
|
||||||
FROM node as npm-packager
|
FROM node as npm-packager
|
||||||
|
|
||||||
COPY --from=static-build /app/static/package.json /static/package.json
|
COPY --from=static-build /app/static/package.json /static/package.json
|
||||||
COPY --from=static-build /app/static/yarn.lock /static/yarn.lock
|
COPY --from=static-build /app/static/package-lock.json /static/package-lock.json
|
||||||
|
|
||||||
RUN cd /static && npm i && npm run build
|
RUN cd /static && npm i && npm run build
|
||||||
|
|
||||||
|
|
Reference in New Issue