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