fix(docs): fixed dockerfile
Some checks failed
Build Documentation / Build (push) Successful in 6s
Pylint / Pylint (3.11) (push) Failing after 18s

This commit is contained in:
Seaswimmer 2024-01-05 13:32:44 +00:00
parent afed96a69f
commit 0613c8d69d
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -16,6 +16,5 @@ RUN poetry install -n --with docs --no-root
COPY .docs /.docs
COPY mkdocs.yml /
WORKDIR /.docs
EXPOSE 8000
CMD ["mkdocs", "serve", "--dev-addr=0.0.0.0:8000"]