Update Dockerfile
This commit is contained in:
parent
1978b733d2
commit
bd27faa568
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ COPY requirements.txt .
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY ./site .
|
COPY . .
|
||||||
|
|
||||||
RUN mkdocs build
|
RUN mkdocs build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue