Skip to content

Commit a046644

Browse files
author
matthias_schaub
committed
Add Dockerfile without backup setup for easier development.
1 parent 4384e9a commit a046644

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

postgres/Dockerfile-dev

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This Dockerfile is for development purposes.
2+
# Backups are disabled.
3+
4+
FROM mdillon/postgis
5+
6+
COPY initdb.sql docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)