Skip to content

Commit

Permalink
fix ORACLE_HOME and WLST_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccell committed Aug 5, 2024
1 parent a1c3c12 commit 0a2098b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OracleHTTPServer/dockerfiles/12.2.1.4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ FROM oracle/serverjre:8
# ----------------------------------------------
ENV OHS_PKG=fmw_12.2.1.4.0_ohs_linux64_Disk1_1of1.zip
ENV OHS_BIN=fmw_12.2.1.4.0_ohs_linux64.bin
ENV ORACLE_HOME=/u01/oracle/ohssa
ENV ORACLE_HOME=/u01/oracle
ENV NM_PORT=5556
ENV OHS_LISTEN_PORT=7777
ENV OHS_SSL_PORT=4443
ENV JAVA_HOME=/usr/java/default
ENV DOMAIN_NAME=ohsDomain
ENV OHS_COMPONENT_NAME=ohs1
ENV PATH=${PATH}:/usr/java/default/bin:${ORACLE_HOME}/oracle_common/common/bin:${ORACLE_HOME}/user_projects/domains/ohsDomain/bin:/u01/oracle/container-scripts
ENV WLST_HOME=/u01/oracle/ohssa/oracle_common/common/bin
ENV WLST_HOME=/u01/oracle/oracle_common/common/bin


# Copy packages to the new drive
Expand Down

0 comments on commit 0a2098b

Please sign in to comment.