Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hhstore committed Jul 6, 2024
1 parent 8b50f8a commit b90250d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# config

[简体中文](./README_CN.md) | [English](./README.md)

- Contains a large number of `installation/deployment` scripts that developers need to use in their daily work.
- Automatically supports `cross-platform` installation.
- Thanks to the [go-task](https://github.com/go-task/task) project.
Expand Down
34 changes: 34 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# config

[简体中文](./README_CN.md) | [English](./README.md)

## 说明:

- Contains a large number of `installation/deployment` scripts that developers need to use in their daily work.
- Automatically supports `cross-platform` installation.
- Thanks to the [go-task + Taskfile](https://github.com/go-task/task) project.

> included:
- `docker-compose`
- `dockerfile`
- `Taskfile`

## Docker + Dockerfile:


### Python

- [dockerfile/python](dockerfile/python)


```ruby

# build ubuntu + python:3.12
task df:py:b312

# test container:
task df:py:t312

```

0 comments on commit b90250d

Please sign in to comment.