chore: add dev containers

This commit is contained in:
BennyKok
2024-01-20 22:38:31 +08:00
parent e400966117
commit e344c3e6a4
7 changed files with 92 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
ARG VARIANT=18-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:${VARIANT}
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
RUN npm install -g bun