Skip to content

Commit

Permalink
Ls/non root compose revert (#601)
Browse files Browse the repository at this point in the history
* debug non-root compose fail

* debug non-root compose fail
  • Loading branch information
lennardstam authored Sep 18, 2024
1 parent 93a45ec commit 41d39e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN apt-get update -y \
curl \
gdal-bin \
gdal-data \
gosu \
mapserver-bin \
python3-pip \
wget \
Expand Down Expand Up @@ -37,4 +36,5 @@ RUN rm -rf /srv/mapserver/private

EXPOSE 8080

USER www-data
CMD /bin/docker-entrypoint.sh
2 changes: 0 additions & 2 deletions docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ CONNECTION "host=${DATASERVICES_DB_HOST} dbname=${DATASERVICES_DB_NAME} user=${D
PROCESSING "CLOSE_CONNECTION=DEFER"
EOF

gosu www-data bash

# Configure apache to redirect errors to stderr.
# The mapserver will redirect errors to apache errorstream (see header.inc and private/header.inc)
# and apache will then redirect this to stderr, which will then be redirected to syslog/kibana.
Expand Down

0 comments on commit 41d39e9

Please sign in to comment.