Skip to content

Commit 132e76f

Browse files
committed
Added slash in prebuilt dockerfile copy command
1 parent 19e8a8e commit 132e76f

File tree

1 file changed

+1
-1
lines changed
  • OracleDatabase/SingleInstance/extensions/prebuiltdb

1 file changed

+1
-1
lines changed

OracleDatabase/SingleInstance/extensions/prebuiltdb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV ORACLE_PDB=${ORACLE_PDB}
3636
ENV ORACLE_PWD=${ORACLE_PWD}
3737
ENV AUTO_MEM_CALCULATION=${AUTO_MEM_CALCULATION:-false}
3838

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

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

0 commit comments

Comments
 (0)