feat: improve node container
This commit is contained in:
+4
-1
@@ -2,4 +2,7 @@ FROM git.janishutz.com/registry/dev-container-base
|
||||
|
||||
RUN pacman --noconfirm -S nodejs npm yarn
|
||||
|
||||
RUN npm i -g express express-session @types/express @types/express-session
|
||||
COPY eslint.config.mjs /eslint.config.mjs
|
||||
COPY setup-eslint /usr/bin/setup-eslint
|
||||
|
||||
RUN npm i -g express express-session
|
||||
|
||||
Reference in New Issue
Block a user