diff --git a/doc/dev_notes.md b/doc/dev_notes.md index 8697cbc..a065be1 100644 --- a/doc/dev_notes.md +++ b/doc/dev_notes.md @@ -71,7 +71,7 @@ Buildkit caching: export DOCKER_BUILDKIT=1 --build-arg BUILDKIT_INLINE_CACHE=1 (1)docker build --tag=meapp-jar --target=build-jar-stage --build-arg BUILDKIT_INLINE_CACHE=1 . - (2)docker build --tag=meapp-run-jar --target=run-jar-stage --build-arg BUILDKIT_INLINE_CACHE=1 . + (2)docker build --tag=moderator-election-vaadin_fullstack --target=run-jar-stage --build-arg BUILDKIT_INLINE_CACHE=1 . (3)docker build --tag=meapp-native --target=build-native-stage --build-arg BUILDKIT_INLINE_CACHE=1 . (4)docker build --tag=meapp-run-native --target=run-native-stage --build-arg BUILDKIT_INLINE_CACHE=1 .