From 185fe47459871cfe086f48952aae966014f0802c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:04:02 +0200 Subject: [PATCH] Update Dockerfile --- immich/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index d440164b8f2..c6d243db4dc 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -37,9 +37,6 @@ USER root # Install PostgreSQL ENV DEBIAN_FRONTEND=noninteractive -# Set shell -SHELL ["/bin/bash", "-o", "pipefail", "-"] - ################## # 3 Install apps # ##################