Docker instructions

This commit is contained in:
David Frankel 2023-12-30 09:56:21 -06:00
parent 0f5a728ecc
commit 99a63d7d81

View File

@ -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/)