initial commit
This commit is contained in:
7
web-base.Containerfile
Normal file
7
web-base.Containerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM localhost/devc-base
|
||||
|
||||
RUN apk add --no-cache \
|
||||
deno pnpm
|
||||
|
||||
RUN su -c "pnpm setup && . /home/user/.bashrc && pnpm i -g bash-language-server vscode-langservers-extracted dockerfile-language-server-nodejs \
|
||||
typescript typescript-language-server" user
|
||||
Reference in New Issue
Block a user