Fix devcontainer websocket/port issues, update/add npm scripts

This commit is contained in:
2025-12-03 21:51:21 +00:00
parent 0b88b3d5e5
commit a54c729e46
5 changed files with 123 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
FROM node:18
# Install some apt packages
RUN apt-get update && apt-get install -y sudo zsh git vim tmux
RUN apt-get update && apt-get install -y sudo zsh git vim tmux lsof
# Variable for default user `node` to be used in the following steps
ARG USERNAME=node