mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 17:36:25 +02:00
update docs, add dockerfile
This commit is contained in:
parent
13bc8600c6
commit
cdc96e7ce3
6 changed files with 83 additions and 17 deletions
11
apps/docs/Dockerfile
Normal file
11
apps/docs/Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM python:3.12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["mkdocs", "serve", "--dev-addr", "0.0.0.0:8000"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue