This website requires JavaScript.
Explore
Help
Sign In
morgan
/
chatgpt-web
Watch
1
Star
0
Fork
You've already forked chatgpt-web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a8a1554a0f
chatgpt-web
/
Dockerfile
9 lines
93 B
Docker
Raw
Blame
History
FROM
node:18-alpine
ADD
. /work
WORKDIR
/work
RUN
npm ci
CMD
[
"npm"
,
"run"
,
"dev:public"
]
Reference in New Issue
View Git Blame
Copy Permalink