Skip to content

Commit 2f70630

Browse files
committed
Correnct Dockerfile typo
1 parent e8a2d83 commit 2f70630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ords/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ FROM container-registry.oracle.com/java/jdk:latest
1010

1111
# Environment variables required for this build (do NOT change)
1212
# -------------------------------------------------------------
13-
ENV ORDS_HOME=/opt/oracle/ords \
13+
ENV ORDS_HOME=/opt/oracle/ords/ \
1414
RUN_FILE="runOrdsSSL.sh"
1515

1616
#RUN_FILE_NOSSL="runOrdsNOSSL.sh"
1717

1818
# Copy binaries
1919
# -------------
2020
COPY $RUN_FILE $ORDS_HOME
21-
#COPY $RUN_FILE_NOSSL $ORDS_HOME/
21+
#COPY $RUN_FILE_NOSSL $ORDS_HOME
2222

2323
RUN yum -y install yum-utils bind-utils tree hostname openssl net-tools zip unzip tar wget vim-minimal which sudo expect procps && \
2424
yum-config-manager --add-repo=http://yum.oracle.com/repo/OracleLinux/OL8/oracle/software/x86_64 && \

0 commit comments

Comments
 (0)