mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Support using with docker compose
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:18
|
||||
|
||||
ADD . /work
|
||||
WORKDIR /work
|
||||
|
||||
RUN npm ci
|
||||
|
||||
CMD ["bash"]
|
||||
Reference in New Issue
Block a user