deepak191z commited on
Commit
abaa7f6
·
verified ·
1 Parent(s): e7c1f81

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -1
Dockerfile CHANGED
@@ -1 +1,8 @@
1
- FROM docker.io/leafmoes/ddg-chat:latest
 
 
 
 
 
 
 
 
1
+ FROM docker.io/leafmoes/ddg-chat:latest
2
+ RUN npm ci --only=production
3
+
4
+ COPY . .
5
+
6
+ EXPOSE 8787
7
+
8
+ CMD ["npm", "start"]