We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf806b commit 6aea2b1Copy full SHA for 6aea2b1
OracleDatabase/SingleInstance/extensions/prebuiltdb/Dockerfile
@@ -36,7 +36,7 @@ ENV ORACLE_PDB=${ORACLE_PDB}
36
ENV ORACLE_PWD=${ORACLE_PWD}
37
ENV AUTO_MEM_CALCULATION=${AUTO_MEM_CALCULATION:-false}
38
39
-COPY --chown=oracle:dba setup/* "$ORACLE_BASE"/scripts/extensions/setup
+COPY --chown=oracle:dba setup/* "$ORACLE_BASE"/scripts/extensions/setup/
40
41
# Creating the database
42
RUN "$ORACLE_BASE/$RUN_FILE" --nowait
0 commit comments