Skip to content

Commit

Permalink
remove arg reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Feb 16, 2024
1 parent f39e20b commit 44e49e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions builds/base/Alpine.JDK8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ RUN $BUILD_DIR/util/install-commandbox.sh
ENV PORT 8080
ENV SSL_PORT 8443

# Turn off the Undertow directory watcher by default to speed startup times and set a log pattern that includes timestamps
ENV BOX_SERVER_RUNWAR_ARGS="['--resource-manager-file-system-watcher=false','--log-pattern=[%p] %d{yyyy-MM-dd\'T\'HH:mm:ssXXX} %c - %m%n']"


# Healthcheck environment variables
ENV HEALTHCHECK_URI "http://127.0.0.1:${PORT}/"

Expand Down

0 comments on commit 44e49e7

Please sign in to comment.