Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ ARG WPR_GROUP_ID=2000
ARG WPR_USER_NAME=wsc

ENV WPR_APP_SERVER_DIR=${WPR_APP_SERVER_DIR}
ENV WPR_APP_INSTALL_DIR=${WPR_APP_INSTALL_DIR}
ENV WPR_FILES_DIR=${WPR_FILES_DIR}
ENV WPR_USER_NAME=${WPR_USER_NAME}

# Application installation parameters
# Protocol of the NGINX web server (1 - HTTPS, 2 - HTTP)
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ ARG WPR_GROUP_ID=2000
ARG WPR_USER_NAME=wsc

ENV WPR_APP_SERVER_DIR=${WPR_APP_SERVER_DIR}
ENV WPR_APP_INSTALL_DIR=${WPR_APP_INSTALL_DIR}
ENV WPR_FILES_DIR=${WPR_FILES_DIR}
ENV WPR_USER_NAME=${WPR_USER_NAME}

# Application installation parameters
# Protocol of the NGINX web server (1 - HTTPS, 2 - HTTP)
Expand Down