From c2335366e12a573f566b0a092e33b8d1819011f3 Mon Sep 17 00:00:00 2001 From: afterlifepro Date: Sun, 24 Aug 2025 21:15:41 +0100 Subject: [PATCH] Run the app as root idk why I decided not to. This means u can bind ./.refreshToken without having to do weird perms shit lol --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa51022..025bcd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,4 @@ RUN pnpm run build EXPOSE 4321 -# set a user so the container doesnt run as root -# no pword/home -RUN adduser -DH app -USER app - CMD ["node", "./dist/server/entry.mjs"] \ No newline at end of file -- 2.51.2