Skip to content

Commit

Permalink
Update android dev container setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Nov 27, 2023
1 parent b83f0dd commit 8e0d8ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/.devcontainer.json
Expand Up @@ -14,7 +14,7 @@
}
},
"dockerComposeFile": "../compose.yaml",
"name": "kireta_workspace",
"name": "android",
"service": "android",
"workspaceFolder": "/home/node"
"workspaceFolder": "/home/bouzuya/kireta"
}
3 changes: 3 additions & 0 deletions android/Dockerfile
@@ -1,2 +1,5 @@
FROM node:18.17.0-bullseye
RUN usermod --home /home/bouzuya --login bouzuya node && \
mkdir -p /home/bouzuya/kireta
WORKDIR /home/bouzuya/kireta
RUN npm install --global eas-cli fixpack
2 changes: 1 addition & 1 deletion compose.yaml
Expand Up @@ -6,7 +6,7 @@ services:
- "19000:19000"
tty: true
volumes:
- .:/home/node
- .:/home/bouzuya/kireta
firebase:
build: ./firebase/
tty: true
Expand Down

0 comments on commit 8e0d8ac

Please sign in to comment.