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