Skip to content

Commit

Permalink
chore: switch Dev Container to use prebuilt image
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Jan 6, 2025
1 parent 1d8098a commit 452110d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
// "image": "ghcr.io/fossasia/flutter-devcontainer:latest",
"image": "ghcr.io/fossasia/flutter-devcontainer:latest",
// Or build locally
"build": {
"dockerfile": "Dockerfile"
},
// "build": {
// "dockerfile": "Dockerfile"
// },
"runArgs": [
"--add-host",
"host.docker.internal:host-gateway",
Expand Down

0 comments on commit 452110d

Please sign in to comment.