gorm/dialects/oci8/contrib/Dockerfile
2020-02-20 07:15:55 -05:00

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