mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 18:14:08 +02:00
initial version
This commit is contained in:
commit
10b194f7e8
3 changed files with 575 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM postgres:9.6-alpine
|
||||
|
||||
RUN mkdir -p /docker-entrypoint-initdb.d
|
||||
|
||||
ADD schema.sql /docker-entrypoint-initdb.d/
|
||||
Loading…
Add table
Add a link
Reference in a new issue