feat: Initialize a React application with Vite for image analysis and translation, configured with Docker and Gitea CI/CD.
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 51s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 51s
This commit is contained in:
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
ai-vision:
|
||||
build: .
|
||||
ports:
|
||||
- "8081:80"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user