Skip to content

Commit ba53234

Browse files
Merge pull request #304 from mapswipe/dev-setup
Add Dockerfile without backup setup for easier development.
2 parents b3b8bd8 + a046644 commit ba53234

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)