mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 18:39:30 +00:00
4 lines
77 B
Text
4 lines
77 B
Text
|
|
FROM postgres:11
|
||
|
|
COPY setup.sql /docker-entrypoint-initdb.d/
|
||
|
|
COPY is_ready /
|