This website requires JavaScript.
Explore
Help
Sign In
morgan
/
chatgpt-web
Watch
1
Star
0
Fork
0
You've already forked chatgpt-web
mirror of
https://github.com/morgan9e/chatgpt-web
synced
2026-04-15 00:44:09 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ac533bcac264f59ccbbc5700a26bfb36a56defe8
chatgpt-web
/
Dockerfile
9 lines
93 B
Docker
Raw
Normal View
History
Unescape
Escape
chore: Update base Node.js image version to 20-alpine in Dockerfile
2024-08-21 14:04:53 +02:00
FROM
node:20-alpine
Support using with docker compose
2023-03-18 21:54:51 +08:00
ADD
. /work
WORKDIR
/work
RUN
npm ci
Small enhancements
2023-03-20 14:08:40 +01:00
CMD
[
"npm"
,
"run"
,
"dev:public"
]
Reference in New Issue
Copy Permalink