From f90bbecf7e2d58622bb247317cd36e200364d47b Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Thu, 17 Aug 2023 15:38:35 -0400 Subject: [PATCH] Change server to runtime or instance (#98) * Change server to runtime or instance * Update README.adoc * Update README.adoc --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index ca05f48..75abd9b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -// Copyright (c) 2020, 2021 IBM Corporation and others. +// Copyright (c) 2020, 2023 IBM Corporation and others. // Licensed under Creative Commons Attribution-NoDerivatives // 4.0 International (CC BY-ND 4.0) // https://creativecommons.org/licenses/by-nd/4.0/ @@ -254,7 +254,7 @@ mvn -pl system package The `mvn package` command compiles, verifies, and builds the project. The resulting compiled code is packaged into a `war` web archive that can be found under the `system/target` directory. -The archive contains the application that is needed to run the microservice on an Open Liberty server, +The archive contains the application that is needed to run the microservice on an Open Liberty, and it is now ready to be injected into a Docker container for deployment. == Containerizing the system microservice