Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
java-openliberty: fix missing continuation on echo message (#797)
Browse files Browse the repository at this point in the history
Co-authored-by: Kamran Shamsi <45264227+Kamran64@users.noreply.github.com>
  • Loading branch information
uberskigeek and Kamran64 authored May 1, 2020
1 parent f23eaf9 commit 1ca4940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incubator/java-openliberty/image/project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY --chown=java_user:java_group ./user-app /project/user-app
# also liberty:create copies config from src->target
# also remove quick-start-security.xml since it's convenient for local dev mode but should not be in the production image.
RUN cd /project/user-app && \
echo "QUICK START SECURITY IS NOT SECURE FOR PRODUCTION ENVIRONMENTS. IT IS BEING REMOVED" \
echo "QUICK START SECURITY IS NOT SECURE FOR PRODUCTION ENVIRONMENTS. IT IS BEING REMOVED" && \
rm -f src/main/liberty/config/configDropins/defaults/quick-start-security.xml && \
mvn -Pappsody-build -B liberty:create package

Expand Down

0 comments on commit 1ca4940

Please sign in to comment.