Skip to content

Commit 018c7cb

Browse files
committed
Refactor
1 parent 3b8601b commit 018c7cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ Response: 200 OK
8383
```bash
8484
./gradlew build jpackage
8585
docker compose --profile local build
86+
# Or
87+
REGISTRY="k3d.localhost:5000/" docker compose --profile local build
8688
```
8789

8890
### Deploy

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
todo:
1616
profiles: [ local ]
1717
depends_on: [ mongodb ]
18-
image: ${REGISTRY:-}todo
18+
image: ${REGISTRY:-}todo:${VERSION:-latest}
1919
build:
2020
dockerfile: Dockerfile
2121
environment:

0 commit comments

Comments
 (0)