From 0083ef4e8d0f530d84d827bf935276fe4a68753d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:12:01 +0100 Subject: [PATCH] Remove front-end code https://github.com/alexbelgium/hassio-addons/issues/1197 --- mealie/Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 1563bf16e..af854fca4 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -27,14 +27,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 - -ENV FRONTEND_PORT=9925 - # Correct data path # hadolint ignore=DL4006 -RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/config/addons_config/mealie_data|g' && \ - # Sets port to 9925 as default port - sed -i "s|yarn start -p 3000|yarn start -p 9925|g" /app/run.sh +RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/config/addons_config/mealie_data|g' ################## # 3 Install apps #