-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Change devcontainer to docker-compose format"
This reverts commit 95ce8bf.
- Loading branch information
1 parent
95ce8bf
commit 08baacc
Showing
3 changed files
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"name": "flutter_docker", | ||
"dockerComposeFile": "../.docker/docker-compose.yml", | ||
"service": "komodo-wallet-mobile", | ||
"context": "..", | ||
"dockerFile": "../.docker/android-dev.dockerfile", | ||
"remoteUser": "komodo", | ||
"postAttachCommand": "sh .docker/dev-setup.sh", | ||
"runArgs": [ | ||
"--privileged" | ||
], | ||
"workspaceMount": "source=${localWorkspaceFolder},target=/home/komodo/workspace,type=bind,consistency=delegated", | ||
"workspaceFolder": "/home/komodo/workspace" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.