Skip to content

Commit

Permalink
Added slash in prebuilt dockerfile copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya059 committed Jan 23, 2025
1 parent 19e8a8e commit 132e76f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV ORACLE_PDB=${ORACLE_PDB}
ENV ORACLE_PWD=${ORACLE_PWD}
ENV AUTO_MEM_CALCULATION=${AUTO_MEM_CALCULATION:-false}

COPY --chown=oracle:dba setup/* "$ORACLE_BASE"/scripts/extensions/setup
COPY --chown=oracle:dba setup/* "$ORACLE_BASE"/scripts/extensions/setup/

# Creating the database
RUN "$ORACLE_BASE/$RUN_FILE" --nowait

0 comments on commit 132e76f

Please sign in to comment.