Update Dockerfile

This commit is contained in:
Alexandre
2021-07-26 23:38:23 +02:00
committed by GitHub
parent 97e67f5cce
commit abfeaac159

View File

@@ -34,7 +34,7 @@ RUN \
#&& sed -i 's|#!/bin/sh|#!/usr/bin/env bashio|g' /app/mealie/run.sh \
#&& sed -i '$ d' /app/mealie/run.sh \
#&& sed -i 's|--preload|--preload & bashio::log.info "Mealie started"|g' /app/mealie/run.sh \
@&& cat /nginx.txt >> /app/mealie/run.sh
#&& cat /nginx.txt >> /app/mealie/run.sh
VOLUME [ "/data" ]