Fix Dockerfile paths and update build context in docker-compose.yml

This commit is contained in:
Nicola
2026-06-25 08:35:09 +02:00
parent c1f62f507f
commit b13145d0ad
2 changed files with 13 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
services:
tennis-roots:
build:
context: ./server
dockerfile: Dockerfile
context: .
dockerfile: server/Dockerfile
container_name: ${CONTAINER_NAME:-tennis-roots}
restart: unless-stopped
security_opt: