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

vielle.dev c2335366 a635f421

verified
Changed files
-5
-5
Dockerfile
··· 13 13 14 14 EXPOSE 4321 15 15 16 - # set a user so the container doesnt run as root 17 - # no pword/home 18 - RUN adduser -DH app 19 - USER app 20 - 21 16 CMD ["node", "./dist/server/entry.mjs"]