mirror of
https://github.com/BartoszJarocki/cv.git
synced 2024-11-22 11:35:12 +03:00
Docker instructions
This commit is contained in:
parent
0f5a728ecc
commit
99a63d7d81
20
README.md
20
README.md
@ -42,6 +42,26 @@ Built with Next.js and shadcn/ui, deployed on Vercel.
|
||||
|
||||
5. Open the [Config file](./src/data/resume-data.tsx) and make changes
|
||||
|
||||
# Run with Docker
|
||||
|
||||
Build the containewr
|
||||
|
||||
```
|
||||
docker compose build
|
||||
```
|
||||
|
||||
Run the container
|
||||
|
||||
```
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Stop the Container
|
||||
|
||||
```
|
||||
docker compose down
|
||||
```
|
||||
|
||||
# License
|
||||
|
||||
[MIT](https://choosealicense.com/licenses/mit/)
|
||||
|
Loading…
Reference in New Issue
Block a user