Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 699 Bytes

README_CN.md

File metadata and controls

39 lines (23 loc) · 699 Bytes

config

简体中文 | English

说明:

  • 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 project.

included:

  • docker-compose
  • dockerfile
  • Taskfile

Contents:

Docker-compose:

Docker + Dockerfile:

Python + Ubuntu + Dockerfile:

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

# test container:
task df:py:t312