Dockerize database

This commit is contained in:
Senad Uka
2019-06-20 21:06:31 +02:00
parent e32a73e07e
commit 48300b722c
3 changed files with 29 additions and 0 deletions

2
Dockerfile Normal file
View File

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