Skip to content

Commit

Permalink
feat: use devcontainer config for environment dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 14, 2024
1 parent 69691c6 commit 6aab553
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"forwardPorts": [6080]
}
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ghcr.io/lapce/lapdev-devcontainer-vnc

0 comments on commit 6aab553

Please sign in to comment.