diff --git a/README.md b/README.md index f538462..4b19efa 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,25 @@ 3. The server part of the app 4. Some additional data for the app +## Model + +![emd-image](https://github-production-user-asset-6210df.s3.amazonaws.com/80454439/259375599-399094b7-78eb-4c47-a226-47f3fefe8f61.jpg) + +## Application +## Build + + docker build -t codbex-petstore . + +## PULL + + docker pull ghcr.io/codbex/codbex-petstore:latest + +## Run + + docker run --name codbex-petstore -d -p 8080:8080 ghcr.io/codbex/codbex-petstore:latest + +## Clean + + docker rm codbex-petstore +