Skip to content

Commit

Permalink
add image build step
Browse files Browse the repository at this point in the history
  • Loading branch information
tyun08 committed Sep 30, 2022
1 parent a1ed2d9 commit 84a62ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ protobuf~=3.20.0

## To Bring Up the Env

The first time to bring up the Env, you need to build the image:
```
docker build --rm --compress -t amazon/mwaa-local:1.10 ./docker --no-cache
```

```
cd docker
docker-compose up
Expand Down

0 comments on commit 84a62ad

Please sign in to comment.