Do not hide docker folder

This commit is contained in:
Piero Toffanin 2023-01-13 10:24:56 -05:00
parent cfe904dfe2
commit 256e63f535
7 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ services:
container_name: libretranslate-cuda
build:
context: .
dockerfile: .docker/cuda.Dockerfile
dockerfile: docker/cuda.Dockerfile
restart: unless-stopped
ports:
- "5000:5000"