We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a20fcd commit dd6e73fCopy full SHA for dd6e73f
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
// Format details: https://aka.ms/devcontainer.json
3
// Config options: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/ruby
4
{
5
- "name": "dojocon2023.coderdojo.jp",
+ "name": "dojocon2024.coderdojo.jp",
6
7
// Universal is well-customized image for Codespaces:
8
// https://hub.docker.com/_/microsoft-devcontainers-universal
docker-compose.yml
@@ -3,7 +3,8 @@ version: '1.2'
services:
jekyll:
# https://hub.docker.com/r/coderdojojapan/dojocon-japan-2023
- image: coderdojojapan/dojocon-japan-2023
+ # image: coderdojojapan/dojocon-japan-2024
+ build: .
volumes:
9
- type: bind
10
source: ./
0 commit comments