diff --git a/latosa-frontend/docker-compose.yaml b/latosa-frontend/docker-compose.yaml deleted file mode 100644 index 4174933..0000000 --- a/latosa-frontend/docker-compose.yaml +++ /dev/null @@ -1,10 +0,0 @@ -services: - latosa-escrima.fr: - build: - context: . - dockerfile: Dockerfile - ports: - - "3000:3000" - environment: - - NODE_ENV=production - restart: always # Ensures the container restarts on failure or Docker restart