Skip to content
Snippets Groups Projects
Commit 809a9265 authored by Carlos H Brandt's avatar Carlos H Brandt
Browse files

Remove hardcoded PGHOST name from Server image

parent 0a4383c5
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,7 @@ RUN DEBIAN_FRONTEND='noninteractive' && \
apt-get clean
ENV GAVO_ROOT="/var/gavo" \
GAVOSETTINGS="${GAVO_ROOT}/etc/gavo.rc" \
PGHOST="postgres"
GAVOSETTINGS="${GAVO_ROOT}/etc/gavo.rc"
RUN addgroup --system 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