mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
removed yarn.lock from dockerfile
This commit is contained in:
parent
78b7136924
commit
67666498d7
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue