Skip to content

Commit

Permalink
upgraded docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Apr 13, 2023
1 parent 07bd7d5 commit e15169d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN python3 -m pip install --no-cache-dir -r requirements.txt --upgrade pip

COPY ./app.py /srv/app.py
COPY ./db.py /srv/db.py
COPY ./config.py /srv/config.py
COPY ./static /srv/static
COPY ./templates /srv/templates

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ services:
- ./data/.nomic:/root/.nomic/
- ./models:/srv/models
- ./configs:/srv/configs
- ./personalities:/srv/personalities
ports:
- "9600:9600"

0 comments on commit e15169d

Please sign in to comment.