mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-02-09 02:08:53 -06:00
👷 Add custom GitHub actions to preview docs
This commit is contained in:
7
.github/actions/comment-docs-preview-in-pr/Dockerfile
vendored
Normal file
7
.github/actions/comment-docs-preview-in-pr/Dockerfile
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.7
|
||||
|
||||
RUN pip install httpx "pydantic==1.5.1" pygithub
|
||||
|
||||
COPY ./app /app
|
||||
|
||||
CMD ["python", "/app/main.py"]
|
||||
Reference in New Issue
Block a user