Revert "test ingress"

This reverts commit e1fc1ae32f.
This commit is contained in:
Alexandre
2022-04-19 11:48:43 +02:00
parent e1fc1ae32f
commit f97fd4ec24
12 changed files with 5 additions and 250 deletions

View File

@@ -30,8 +30,8 @@ RUN \
# Change data location
grep -rl "/var/www/webtrees" /etc | xargs sed -i 's|/var/www/webtrees|/data/webtrees|g' \
&& sed -i 's|/var/www/webtrees|/data/webtrees|g' /docker-entrypoint.py
# Add end script
# && sed -i '$ d' /docker-entrypoint.py
# Add end script
# && sed -i '$ d' /docker-entrypoint.py
##################
# 3 Install apps #
@@ -53,8 +53,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# Manual apps
ENV PACKAGES="jq \
curl \
yamllint \
nginx"
yamllint"
# Automatic apps & bashio
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi \