Skip to content

Commit 03b482a

Browse files
Update readme
1 parent 8653c81 commit 03b482a

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
@@ -72,10 +72,12 @@ Password for SYS & SYSTEM
7272
oracle
7373
```
7474

75-
Support custom DB Initialization
75+
Support custom DB Initialization and running shell scripts
7676
```
7777
# Dockerfile
7878
FROM wnameless/oracle-xe-11g
7979
8080
ADD init.sql /docker-entrypoint-initdb.d/
81+
ADD script.sh /docker-entrypoint-initdb.d/
8182
```
83+
Running order is alphabetically.

0 commit comments

Comments
 (0)