Skip to content

Commit 78d0ef5

Browse files
authored
test
検証環境更新テスト Docker構築のドキュメント変更
1 parent 611b7cd commit 78d0ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ $ docker-compose up
6868
### B. Docker イメージをローカルで作成する方法
6969

7070
```shell
71-
# Dockefile から dojocon-japan-2023 イメージを作成する
72-
$ docker build -t dojocon-japan-2023 -f Dockerfile .
71+
# Dockefile から dojocon-japan-2024 イメージを作成する
72+
$ docker build -t dojocon-japan-2024 -f Dockerfile .
7373
7474
# 下記コマンドでローカル環境にWebサーバーが立ち上がります
7575
$ docker-compose up

0 commit comments

Comments
 (0)