Skip to content

Commit 58f8df0

Browse files
authored
Merge pull request wnameless#100 from d1231/d1231-patch-1
Update readme
2 parents 64ded13 + 03b482a commit 58f8df0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@ Password for SYS & SYSTEM
7575
oracle
7676
```
7777

78-
Support custom DB Initialization
78+
Support custom DB Initialization and running shell scripts
7979
```
8080
# Dockerfile
8181
FROM wnameless/oracle-xe-11g
8282
8383
ADD init.sql /docker-entrypoint-initdb.d/
84+
ADD script.sh /docker-entrypoint-initdb.d/
8485
```
86+
Running order is alphabetically.

0 commit comments

Comments
 (0)