dongsiqie commited on
Commit
bda3c63
·
verified ·
1 Parent(s): 1109a30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -11
Dockerfile CHANGED
@@ -1,13 +1,3 @@
1
- ## FROM lobehub/lobe-chat:v1.36.13
2
  FROM lobehub/lobe-chat:latest
3
- EXPOSE 3210
4
  ENV PORT=3210
5
- USER root
6
- RUN mkdir -p /app/.next/cache
7
- RUN chmod -R 777 /app/.next/cache
8
- RUN mkdir -p nonexistent
9
- RUN chmod -R 777 nonexistent
10
- USER nextjs
11
- EXPOSE 3210/tcp
12
- ENTRYPOINT ["/bin/node"]
13
- CMD ["/app/startServer.js"]
 
 
1
  FROM lobehub/lobe-chat:latest
 
2
  ENV PORT=3210
3
+ EXPOSE 3210/tcp