File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -4,29 +4,29 @@ This repo is my sample of React + Vite + TypeScript + Nginx + Docker + DockerCom
44
55## Project Hierarchy Review
66
7- nginx_vite_react
8- ├─ client
9- │ ├─ public
10- │ │ └─ vite.svg
11- │ ├─ src
12- │ │ ├─ assets
13- │ │ │ └─ react.svg
14- │ │ ├─ App.css
15- │ │ ├─ index.css
16- │ │ ├─ main.tsx
17- │ │ └─ vite-env.ts
18- │ ├─ .eslintrc.cjs
19- │ ├─ index.html
20- │ ├─ package.json
21- │ ├─ package.lock.json
22- │ ├─ tsconfig.json
23- │ ├─ tsconfig.node.json
24- │ └─ vite.config.json
25- ├─ nginx
26- │ └─ nginx.conf
27- ├─ .gitignore
28- ├─ docker-compose.yml
29- └─ Readme.md
7+ nginx_vite_react< br />
8+ ├─ client< br />
9+ │ ├─ public< br />
10+ │ │ └─ vite.svg< br />
11+ │ ├─ src< br />
12+ │ │ ├─ assets< br />
13+ │ │ │ └─ react.svg< br />
14+ │ │ ├─ App.css< br />
15+ │ │ ├─ index.css< br />
16+ │ │ ├─ main.tsx< br />
17+ │ │ └─ vite-env.ts< br />
18+ │ ├─ .eslintrc.cjs< br />
19+ │ ├─ index.html< br />
20+ │ ├─ package.json< br />
21+ │ ├─ package.lock.json< br />
22+ │ ├─ tsconfig.json< br />
23+ │ ├─ tsconfig.node.json< br />
24+ │ └─ vite.config.json< br />
25+ ├─ nginx< br />
26+ │ └─ nginx.conf< br />
27+ ├─ .gitignore< br />
28+ ├─ docker-compose.yml< br />
29+ └─ Readme.md< br />
3030
3131## Installation (on host)
3232
@@ -42,7 +42,7 @@ nginx_vite_react
4242## Run in Docker-compose
4343
4444- First input in terminan command<br />
45- <code >$ docker image build -f Dockerfile -t vite_react . </code >
45+ <code >$ docker image build -f Dockerfile -t vite_react .</code >< br / >
4646<i >or sudo:</i >
4747<code ># sudo docker image build -f Dockerfile -t vite_react . </code >
4848
@@ -53,4 +53,4 @@ nginx_vite_react
5353
5454<i >serve</i > - is name of project started in docker-compose
5555
56- <i >maded by <a href =' https://github.com/letnull19A ' >@letnull19a </a ></i >
56+ <i >author: <a href =' https://github.com/letnull19A ' >@letnull19a </a ></i >
You can’t perform that action at this time.
0 commit comments