Greums commited on
Commit
a3ad991
·
1 Parent(s): 51efe80

readme improved

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -11,6 +11,12 @@ license: mit
11
  ---
12
  # JVCGPT
13
 
 
 
 
 
 
 
14
  ## Dev
15
 
16
  - `npm run dev` - Starts a dev server at http://localhost:5173/
@@ -19,6 +25,3 @@ license: mit
19
 
20
  - `npm run preview` - Starts a server at http://localhost:4173/ to test production build locally
21
 
22
- ## Prod
23
-
24
- `docker run --rm -p 7860:7860 -it --name caddy-distroless $(docker build -q .)`
 
11
  ---
12
  # JVCGPT
13
 
14
+ ## Run with Docker
15
+
16
+ `docker run --rm -p 7860:7860 -it --name jvcgpt $(docker build . -t jvcgpt && echo jvcgpt)`
17
+
18
+ Then open http://localhost:7860/ in your browser.
19
+
20
  ## Dev
21
 
22
  - `npm run dev` - Starts a dev server at http://localhost:5173/
 
25
 
26
  - `npm run preview` - Starts a server at http://localhost:4173/ to test production build locally
27