Skip to content

Commit

Permalink
Build Instruction for Flask and Gunicorn Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielvarona committed May 21, 2023
1 parent 3ed04b7 commit c021e2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ sam deploy --guided

#### Using Flask and Gunicorn App Handlers

##### Build an Image

```bash
docker buildx build . \
--file flask-gunicorn.Dockerfile \
--progress plain \
--target production \
--tag nathanielvarona/pritunl-slack-app
```

##### Production Mode

```bash
Expand Down
File renamed without changes.

0 comments on commit c021e2d

Please sign in to comment.