Skip to content

Commit

Permalink
Revert "Change devcontainer to docker-compose format"
Browse files Browse the repository at this point in the history
This reverts commit 95ce8bf.
  • Loading branch information
takenagain committed May 23, 2024
1 parent 95ce8bf commit 08baacc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
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"
}
2 changes: 1 addition & 1 deletion .docker/android-dev.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM komodo/android-sdk:34 as final
FROM ghcr.io/cirruslabs/android-sdk:34 as final

ENV FLUTTER_VERSION="2.8.1"
ENV FLUTTER_HOME "/home/komodo/.flutter-sdk"
Expand Down
17 changes: 0 additions & 17 deletions .docker/docker-compose.yml

This file was deleted.

0 comments on commit 08baacc

Please sign in to comment.