JavaScript
32.1K subscribers
1.06K photos
10 videos
33 files
737 links
A resourceful newsletter featuring the latest and most important news, articles, books and updates in the world of #javascript 🚀 Don't miss our Quizzes!

Let's chat: @nairihar
Download Telegram
🙋‍♂️ Fix permissions troubles ✌️

Host: Xubuntu 23.10 (mantic)

# id
uid=1000(roman) gid=1000(roman) ...

Dockerfile:

FROM node:21.6.2-bookworm

RUN apt-get update && apt-get install sudo
RUN echo "node:root" | chpasswd && usermod -aG sudo node

USER node

#docker #node #chmod

➡️ Start Explore Backend

💎 Sponsored
Please open Telegram to view this post
VIEW IN TELEGRAM
7👍76