Trying to fix issue of deleting vscode user. Updating to version 2.0.52

This commit is contained in:
2024-04-12 04:06:17 +00:00
parent a3b5fe1d6d
commit 08cf40624d
3 changed files with 6 additions and 2 deletions

View File

@ -47,4 +47,8 @@ RUN sudo sysctl -w fs.inotify.max_user_watches=524288
ADD ./entrypoint.sh /usr/bin/entrypoint.sh
RUN sudo chmod +x /usr/bin/entrypoint.sh
USER 1000
ENV USER=vscode
WORKDIR /home/vscode
ENTRYPOINT ["/usr/bin/entrypoint.sh"]