Skip to content
Snippets Groups Projects
Commit 4e699079 authored by Markus Demleitner's avatar Markus Demleitner
Browse files

Merge branch 'dachs' of https://github.com/chbrandt/docker-dachs into dachs

parents c1062cb7 7df0531c
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,8 @@ RUN DEBIAN_FRONTEND='noninteractive' && \ ...@@ -24,7 +24,8 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
apt-get clean apt-get clean
ENV GAVO_ROOT="/var/gavo" \ ENV GAVO_ROOT="/var/gavo" \
GAVOSETTINGS="${GAVO_ROOT}/etc/gavo.rc" GAVOSETTINGS="${GAVO_ROOT}/etc/gavo.rc" \
PGHOST="postgres"
RUN addgroup --system gavo && \ RUN addgroup --system gavo && \
adduser --system --ingroup gavo gavo && \ adduser --system --ingroup gavo gavo && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment