Commit 87da9028 authored by Remi Cresson's avatar Remi Cresson
Browse files

ADD/ dockerfile

parent d2e771b6
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
Dockerfile 0 → 100644
FROM postgres
ARG PTH=/var/lib/postgresql
RUN chgrp -R 0 $PTH && chmod -R g+rwX $PTH
USER 1001
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment