From ef897538d1e066f38b9e76713d6bd0fcf427739d Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 7 Mar 2025 11:30:52 +0100 Subject: [PATCH] feat(images): name fix in Dockerfile --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 0b021a5ff..f1f25dc84 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -114,7 +114,7 @@ ENV TZ=UTC \ RUN if [ "$SERVICE_NAME" = "http" ]; then \ wget https://raw.githubusercontent.com/ua-parser/uap-core/master/regexes.yaml -O "$UAPARSER_FILE" &&\ wget https://static.openreplay.com/geoip/GeoLite2-City.mmdb -O "$MAXMINDDB_FILE"; \ - elif [ "$SERVICE_NAME" = "imagestorage" ]; then \ + elif [ "$SERVICE_NAME" = "images" ]; then \ apk add --no-cache zstd; \ elif [ "$SERVICE_NAME" = "canvases" ]; then \ apk add --no-cache zstd; \