Files
sqlalchemy_fastapi_demo_1/.dockerignore
T

13 lines
188 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
__pycache__/
*.py[cod]
.git
.gitignore
.idea
.vscode
*.md
# 前端目录不需要进后端镜像(含巨大的 node_modules)
student_system/
Dockerfile
docker-compose.yml
.dockerignore