1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/EdgexFoundry-edgex-docs

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
Dockerfile.docs 881 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jim White Отправлено 09.09.2023 01:14 45032f4
#
# Copyright (c) 2022-2023 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Useful for local testing
FROM python:3.10-slim
RUN pip install mkdocs \
"mkdocs-material==9.1.19" \
"mkdocs-htmlproofer-plugin>=0.8" \
"mkdocs-macros-plugin>=0.5" \
"mkdocs-swagger-ui-tag"
EXPOSE 8000
ENTRYPOINT ["mkdocs"]
CMD ["serve", "--dev-addr=0.0.0.0:8008"]

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/EdgexFoundry-edgex-docs.git
git@api.gitlife.ru:oschina-mirror/EdgexFoundry-edgex-docs.git
oschina-mirror
EdgexFoundry-edgex-docs
EdgexFoundry-edgex-docs
main