Skip to content

Commit

Permalink
Merge pull request #160 from iij/igrep-patch-1
Browse files Browse the repository at this point in the history
curlコマンドで出力先ファイルを指定するのは-Oではなく-o
  • Loading branch information
YAMAMOTO Yuji authored Jul 22, 2024
2 parents deff754 + 5112a28 commit ac4cab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/development/docker/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ Webアプリケーション自体の作成は本質ではないので、サン
アプリケーションはそれぞれ以下から取得してください。

```bash
curl https://raw.githubusercontent.com/iij/bootcamp/master/src/development/docker/docker-compose/solution/app.py -O app.py
curl https://raw.githubusercontent.com/iij/bootcamp/master/src/development/docker/docker-compose/solution/app.py -o app.py
```

```bash
curl https://raw.githubusercontent.com/iij/bootcamp/master/src/development/docker/docker-compose/solution/requirements.txt -O requirements.txt
curl https://raw.githubusercontent.com/iij/bootcamp/master/src/development/docker/docker-compose/solution/requirements.txt -o requirements.txt
```

### 1-2. Dockerfile の作成
Expand Down

0 comments on commit ac4cab1

Please sign in to comment.