mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
3 lines
77 B
Docker
3 lines
77 B
Docker
FROM postgres:11
|
|
COPY setup.sql /docker-entrypoint-initdb.d/
|
|
COPY is_ready /
|