From b536f3d6380c2bcc079bf4059071b9dc18789970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 30 Aug 2023 19:27:56 +0300 Subject: [PATCH] Cleanup superflous backslash --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 472ec336531..99c0a1ad6ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,6 @@ ENTRYPOINT ["/init"] LABEL org.opencontainers.image.description Plex-Trakt-Sync is a two-way-sync between trakt.tv and Plex Media Server ENV \ - \ # https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html XDG_CACHE_HOME=/app/xdg/cache \ XDG_CONFIG_HOME=/app/xdg/config \