clash-linux commited on
Commit
07e59b3
·
verified ·
1 Parent(s): ed2a9ca

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -15
Dockerfile CHANGED
@@ -1,15 +1 @@
1
- FROM node:lts-alpine
2
-
3
- WORKDIR /app
4
-
5
- COPY package.json package-lock.json ./
6
-
7
- RUN npm install
8
-
9
- COPY . /app
10
-
11
- RUN chmod -R 777 /app
12
-
13
- EXPOSE 3010
14
-
15
- CMD ["npm", "run", "start"]
 
1
+ FROM ghcr.io/fuwei99/cursor-to-openai-nexus:latest