removed yarn.lock from dockerfile

This commit is contained in:
Adish M 2023-10-16 17:26:11 +05:30
parent 78b7136924
commit 67666498d7

View file

@ -18,7 +18,6 @@ COPY babel.config.js ./
COPY docusaurus.config.js ./
COPY sidebars.js ./
COPY versions.json ./
COPY yarn.lock ./
# Install project dependencies
RUN npm install