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
|
||||
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp /eslint.config.mjs .
|
||||
|
||||
npm i --save-dev @eslint/js typescript-eslint @stylistic/eslint-plugin eslint-plugin-vue globals
|
||||
Reference in New Issue
Block a user