first commit
This commit is contained in:
11
chatgpt-web-backend/Dockerfile
Normal file
11
chatgpt-web-backend/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM chenzhaoyu94/chatgpt-web:v2.10.9 as frontend
|
||||
|
||||
FROM arvintian/chatgpt-web-base:v1
|
||||
|
||||
COPY --from=frontend /app/public /app/public
|
||||
|
||||
ADD dist/server /app/server
|
||||
|
||||
EXPOSE 7080
|
||||
|
||||
CMD ["/app/server"]
|
||||
Reference in New Issue
Block a user