1
0

move away from dev container concept

it cause performance issues and didn't solve much - pandoc is a pretty easy install and we can just add docs to specify that it's needed.
This commit is contained in:
Nicola Clark 2024-10-25 01:03:40 -05:00
parent feb7b2eee2
commit a42afbc9d2
Signed by: nicola
GPG Key ID: 3E1710E7FF08956C
2 changed files with 0 additions and 22 deletions

View File

@ -1,9 +0,0 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:20-bookworm
# RUN apt-get update && \
# export DEBIAN_FRONTEND=noninteractive && \
# apt-get install -y pandoc texlive
# ^^^ that's a surprise tool that will help us later ^^^
RUN npm install
RUN npx playwright install

View File

@ -1,13 +0,0 @@
{
"build": { "dockerfile": "Dockerfile" },
"customizations": {
"vscode": {
"extensions": [
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker",
"svelte.svelte-vscode"
]
}
},
"forwardPorts": [5173]
}