feat(images): name fix in Dockerfile

This commit is contained in:
Alexander 2025-03-07 11:30:52 +01:00
parent 07ffb06db1
commit ef897538d1

View file

@ -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; \