From 511721b798b4ff581365e85bbad83e607dcb0206 Mon Sep 17 00:00:00 2001 From: Mikhail Trubnikov Date: Mon, 13 Jul 2026 15:52:56 +1000 Subject: [PATCH] =?UTF-8?q?fix(snapshotWorker):=20=D0=98=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.SnapshotWorker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARR.SnapshotWorker/Dockerfile b/PARR.SnapshotWorker/Dockerfile index 1d30128a..1dba85b6 100644 --- a/PARR.SnapshotWorker/Dockerfile +++ b/PARR.SnapshotWorker/Dockerfile @@ -2,7 +2,7 @@ # This stage is used when running from VS in fast mode (Default for Debug configuration) FROM 10.99.253.167:8090/dotnet/runtime:9.0 AS base -USER $APP_UID +#USER $APP_UID WORKDIR /app