Skip to content

Commit 7ede3ee

Browse files
authored
Merge pull request #4 from takashiraki/fix/envs
Fix setup files.
2 parents df7ddcc + 39e9ffc commit 7ede3ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/devcontainer.json.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@
3030
}
3131
}
3232
},
33+
"features": {
34+
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
35+
}
3336
}

.env.example

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
CONTAINER_NAME=
22
REPOSITORY=
33
DOCKER_PATH=
4-
HOST_PORT=
5-
CONTAINER_PORT=
64

75
VIRTUAL_HOST=
86
VIRTUAL_PORT=

0 commit comments

Comments
 (0)