updated docker file

This commit is contained in:
Saifeddine ALOUI 2023-06-10 16:13:01 +02:00
parent feade2d882
commit e0ff5a9fbe

View File

@ -6,11 +6,10 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- ./data:/srv/help
- ./data:/srv/data - ./data:/srv/data
- ./data/.parisneo:/root/.parisneo/ - ./data/.parisneo:/root/.parisneo/
- ./models:/srv/models
- ./configs:/srv/configs - ./configs:/srv/configs
- ./personalities:/srv/personalities
- ./web:/srv/web - ./web:/srv/web
ports: ports:
- "9600:9600" - "9600:9600"