File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
OracleDatabase/SingleInstance/extensions/sharding Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN if test -e "$ORACLE_BASE/$RUN_FILE.orig"; then EXTN='extended'; else EXTN='o
61
61
mv "$ORACLE_BASE/$RUN_FILE" "$ORACLE_BASE/$RUN_FILE.$EXTN"
62
62
63
63
# Copy updated scripts for sharding support
64
- COPY --chown=oracle:dba --from=downloader /tmp/db-sharding-master/docker -based-sharding-deployment/dockerfiles /${BASE_IMAGE_VERSION}/scripts/* $ORACLE_BASE/scripts/sharding/
64
+ COPY --chown=oracle:dba --from=downloader /tmp/db-sharding-master/container -based-sharding-deployment/containerfiles /${BASE_IMAGE_VERSION}/scripts/* $ORACLE_BASE/scripts/sharding/
65
65
RUN mv "$ORACLE_BASE/scripts/sharding/$RUN_FILE" "$ORACLE_BASE/$RUN_FILE.$EXTENSION_NAME"
66
66
67
67
# Set perms and append a call to main runOracle
You can’t perform that action at this time.
0 commit comments