Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TIVMOF authored Apr 22, 2024
1 parent 91cdade commit 3d06fb3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 3d06fb3

Please sign in to comment.