Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Jun 23, 2024
1 parent 3b8601b commit 018c7cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Response: 200 OK
```bash
./gradlew build jpackage
docker compose --profile local build
# Or
REGISTRY="k3d.localhost:5000/" docker compose --profile local build
```

### Deploy
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
todo:
profiles: [ local ]
depends_on: [ mongodb ]
image: ${REGISTRY:-}todo
image: ${REGISTRY:-}todo:${VERSION:-latest}
build:
dockerfile: Dockerfile
environment:
Expand Down

0 comments on commit 018c7cb

Please sign in to comment.