Skip to content

Commit

Permalink
fix: change devcontainer Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KoLiBer committed Sep 2, 2024
1 parent 4c580a2 commit 96ef850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM qmcgaw/latexdevcontainer:latest-full

RUN apt update -y && apt install -y nodejs npm
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "mhmnemati.github.io",

// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:20",
"build": { "dockerfile": "Dockerfile" },
"mounts": [],

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit 96ef850

Please sign in to comment.