Initil Commit

This commit is contained in:
Dustin Pianalto
2019-08-25 15:20:43 -08:00
commit 4b5edfb35f
111 changed files with 3319 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM postgres:11.3
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/*
RUN mv /usr/local/bin/maintenance/* /usr/local/bin \
&& rmdir /usr/local/bin/maintenance