Skip to content

Commit

Permalink
Added dockerfile for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsan22 committed Jun 8, 2018
1 parent cce2842 commit 9e7dee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea
client/node_modules
client/dist
postgresql/Dockerfile
client/dist
5 changes: 5 additions & 0 deletions postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM postgres:9.6

MAINTAINER Sanjiv Kumar "mr.san.kumar@gmail.com"
# By copying it to below directory, init.sql runs each time the postgres container is started.
ADD init.sql /docker-entrypoint-initdb.d

0 comments on commit 9e7dee6

Please sign in to comment.