add docker for evaluation purposes

This commit is contained in:
Sam
2021-01-31 11:30:37 +01:00
parent ef7533d9f9
commit 4fb9d3ffd7
9 changed files with 167 additions and 0 deletions

5
db/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM postgres:13
MAINTAINER SamR1@users.noreply.github.com
COPY create.sql /docker-entrypoint-initdb.d