From 45ce4952cf64bd47baf8462e5b850c6993eb9b93 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Thu, 25 Jul 2024 19:25:05 +0100 Subject: [PATCH] fix(build): Use a pre-created user for the frontend image (#4394) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5e15129f77a..a546b16d3089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -225,7 +225,7 @@ EXPOSE 8080 CMD ["node", "./api/index.js"] -USER node +USER nobody # * oss-unified [api-runtime, build-python, build-node-django] FROM api-runtime as oss-unified