Skip to content

Commit dd6e73f

Browse files
committed
2023→2024変更
1 parent 4a20fcd commit dd6e73f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Format details: https://aka.ms/devcontainer.json
33
// Config options: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/ruby
44
{
5-
"name": "dojocon2023.coderdojo.jp",
5+
"name": "dojocon2024.coderdojo.jp",
66

77
// Universal is well-customized image for Codespaces:
88
// https://hub.docker.com/_/microsoft-devcontainers-universal

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ version: '1.2'
33
services:
44
jekyll:
55
# https://hub.docker.com/r/coderdojojapan/dojocon-japan-2023
6-
image: coderdojojapan/dojocon-japan-2023
6+
# image: coderdojojapan/dojocon-japan-2024
7+
build: .
78
volumes:
89
- type: bind
910
source: ./

0 commit comments

Comments
 (0)