mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-30 23:28:52 +01:00
🐳 fix: Update .devcontainer Files (#1712)
* fix: modify the base docker image for devcontainer * fix: restore package-lock.json from main
This commit is contained in:
parent
335980ac98
commit
d25ff7632a
3 changed files with 12 additions and 4 deletions
5
.devcontainer/Dockerfile
Normal file
5
.devcontainer/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM node:18-bullseye
|
||||
|
||||
RUN useradd -m -s /bin/bash vscode
|
||||
RUN mkdir -p /workspaces && chown -R vscode:vscode /workspaces
|
||||
WORKDIR /workspaces
|
||||
Loading…
Add table
Add a link
Reference in a new issue