openchatai / OpenChat

LLMs custom-chatbots console ⚡
https://open.cx
MIT License
5.17k stars 642 forks source link

Update Dockerfile #147

Closed mrtrantuan closed 1 year ago

mrtrantuan commented 1 year ago

Fixed: ERROR: Service 'llm-server' failed to build: COPY failed: stat my-space/package-lock.json: file does not exist

codebanesr commented 1 year ago

@mrtrantuan I realised my mistake. You're right, we don't need the lockfile in second stage of build because we are not going to ru npm install. Thanks again