From 07b0736ea85598e17133133f3e5f43410844c0a6 Mon Sep 17 00:00:00 2001 From: glazk0 <43091603+glazk0@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:16:44 +0100 Subject: [PATCH] fix: Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8133e5..8ba9351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ COPY --from=deps /app/node_modules /app/node_modules COPY --from=build /app/build /app/build # Run as non-root user -USER node +# USER node ARG PORT=3000