xiaoyz-1 commited on
Commit
31279c6
·
verified ·
1 Parent(s): 36ffbca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -13
Dockerfile CHANGED
@@ -1,13 +1 @@
1
- FROM node:alpine
2
-
3
- WORKDIR /app
4
-
5
- COPY . .
6
-
7
- EXPOSE 7860
8
-
9
- RUN apk update && apk add --no-cache openssl curl &&\
10
- chmod +x index.js &&\
11
- npm install
12
-
13
- CMD ["node", "index.js"]
 
1
+ FROM ghcr.io/aurora-develop/duck2api:latest