Skip to content

Commit

Permalink
Project clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Aug 30, 2024
1 parent 088d036 commit b4217c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --no-cache-dir --upgrade readmeai

RUN groupadd -r tempuser -g 1000 \
&& useradd -r -u 1000 -g tempuser tempuser \
&& chown -R tempuser:tempuser /app

USER tempuser

ENV PATH=/home/tempuser/.local/bin:$PATH

RUN pip install --no-cache-dir --user --upgrade readmeai

ENTRYPOINT ["readmeai"]
CMD ["--help"]
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Welcome to Readme-ai
# Welcome to README-AI

Readme-ai is an automated README file generator powered by large language model APIs. It streamlines documentation creation and maintenance, enhancing developer productivity across all skill levels and domains.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Readme-ai MkDocs Site Configuration

site_name: README-AI Docs
site_name: readme-ai
site_description: "README file generator, powered by large language model APIs 👾"
site_url: https://eli64s.github.io/readme-ai/
site_author: readme-ai
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "readmeai"
version = "0.5.083"
version = "0.5.084"
description = "README file generator, powered by large language model APIs 👾"
authors = ["Eli <egsalamie@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit b4217c9

Please sign in to comment.