Skip to content

Commit

Permalink
Merge pull request #99 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Change server to runtime or instancee
  • Loading branch information
gkwan-ibm authored Aug 17, 2023
2 parents 8c7adf9 + 1e9db33 commit aac83d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aac83d8

Please sign in to comment.