6 lines
189 B
Docker
6 lines
189 B
Docker
# Wrap container build from: https://github.com/oracle/docker-images
|
|
# and add setup script for gorm schema
|
|
|
|
FROM oracle/database:18.4.0-xe
|
|
|
|
COPY setup.txt /u01/app/oracle/scripts/setup.sql |