Skip to content

Commit

Permalink
test parametrage datahub
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Sep 5, 2024
1 parent d829afa commit 3ea6f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ RUN chmod +x /opt/docker-entrypoint-ign.sh

EXPOSE 8080

ENTRYPOINT ["sh", "/opt/docker-entrypoint-ign.sh"]
ENTRYPOINT ["sh", "/opt/docker-entrypoint-ign.sh"]

USER www-data
3 changes: 0 additions & 3 deletions tools/docker/docker-entrypoint-ign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ fi

echo "[INFO] docker-entrypoint-ign.sh ended successfully."

# run as www-data
su www-data

# Start Apache in foreground
/usr/sbin/apachectl -D FOREGROUND

0 comments on commit 3ea6f59

Please sign in to comment.