From fab329a675eb088602e49b5e78cda13d7eaaa4e3 Mon Sep 17 00:00:00 2001 From: qwertyuiop52111 <3396590665@qq.com> Date: Fri, 14 Mar 2025 04:52:57 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8e53f6..e971c21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,6 @@ COPY . . RUN yarn config set registry https://registry.npmmirror.com/ RUN yarn -CMD ["npm", "run", "start"] \ No newline at end of file +CMD ["npm", "run", "start"]docker run -d --name cursor-api -e x-cursor-checksum=xxxxxx -p 3000:3000 zhx47/cursor-api:latestcd cursor-api +npm install +npm run dev