Skip to content

Commit

Permalink
avoid disk space error
Browse files Browse the repository at this point in the history
  • Loading branch information
aknguyen7 committed Jun 22, 2023
1 parent 0ac45fe commit 6a89683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.demo
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/a
# This script will add the requested server configurations, apply any interim fixes and populate caches to
# optimize runtime
RUN configure.sh
ARG VERBOSE=true
ENV OPENJ9_SCC=false
2 changes: 2 additions & 0 deletions docker/Dockerfile.draft
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/a
# This script will add the requested server configurations, apply any interim fixes and populate caches to
# optimize runtime
RUN configure.sh
ARG VERBOSE=true
ENV OPENJ9_SCC=false

0 comments on commit 6a89683

Please sign in to comment.