Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 27, 2024
1 parent 75483a4 commit e9b0952
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ghcr.io/butr/devcontainer:latest
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "NodeJS & Powershell & 7z",
"image": "ghcr.io/butr/devcontainer:latest",
"build": {
"dockerfile": "Dockerfile",
"cacheFrom": [
"ghcr.io/butr/game-mount-and-blade2-devcontainer:latest"
]
},
"features": {
"ghcr.io/butr/devcontainer/upgrade:1": {

Expand Down

0 comments on commit e9b0952

Please sign in to comment.