Skip to content

Commit

Permalink
Update Lab_#1_Build_Command.md
Browse files Browse the repository at this point in the history
added -p in mkdir to create parent directory if doesn't exists
  • Loading branch information
ArunEng authored Dec 11, 2023
1 parent 9f32820 commit 04a5ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ We are going to build an nginx image with custome page

#### Setup environment:
```
$ mkdir docker-compose/build
$ mkdir -p docker-compose/build
$ cd docker-compose/build
```

Expand Down

0 comments on commit 04a5ad3

Please sign in to comment.