From ee9c4a0cb968f3fd45f1ec9dfd985a58d0023ece Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 16 Jul 2025 21:21:29 +0200 Subject: [PATCH] Update Dockerfile --- ente/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ente/Dockerfile b/ente/Dockerfile index e33f78af7..4b8c94e63 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -49,10 +49,6 @@ RUN apk update && \ lsb-release curl gnupg wget tini jq sudo \ postgresql postgresql-client -# Put museum / web on a predictable path for your run-scripts -RUN ln -sf $(command -v museum) /usr/bin/museum && \ - ln -sf $(command -v ente-web) /usr/bin/ente-web - ################## # 3 Install apps # ################## @@ -116,4 +112,4 @@ LABEL \ # 6 Finish line # ################# # S6 will pick up run scripts from /etc/services.d supplied in rootfs -# and launch: › minio › museum API › (optional) web‑UI \ No newline at end of file +# and launch: › minio › museum API › (optional) web‑UI