initial server side setup

This commit is contained in:
Bilal Catic
2019-05-23 16:41:50 +02:00
parent b140cef88c
commit 604f952a7a
10 changed files with 3947 additions and 1 deletions

2
Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM postgres:11.3
CMD ["postgres"]