Be compliant with deployment needs
This commit is contained in:
parent
2f59536c54
commit
8eaaf91f92
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Reference in a new issue