3 lines
113 B
Docker
3 lines
113 B
Docker
# syntax=docker/dockerfile:1
|
|
FROM postgres:latest
|
|
COPY src/main/resources/schema.sql /docker-entrypoint-initdb.d/ |