Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 9, 2024
2 parents f8b5c8f + 085fda0 commit ac5f172
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,6 @@ source activate
python -m app.hello_world
```

### Build and run with Docker

```console
make docker-build # run Docker compose to containerize your application
make docker-run # run the application as a Docker container
```

### Push your Docker container to DockerHub

```console
make docker-push # run Docker compose to containerize your application
```

Sample output:

```console
Expand All @@ -56,6 +43,16 @@ Your language: Mandarin
你好,世界 -- (Mandarin)
```

## Docker

You can optionally build and run this application as a Docker container, and, you can push your container to DockerHub.

```console
make docker-build # run Docker compose to containerize your application
make docker-run # run the application as a Docker container
make docker-push # run Docker compose to containerize your application
```

## Requirements

- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). _pre-installed on Linux and macOS_
Expand Down

0 comments on commit ac5f172

Please sign in to comment.