Add docker compose
All checks were successful
Build Docker image / build (push) Successful in 4m2s

This commit is contained in:
Roman Krček
2025-05-17 14:15:38 +02:00
parent bf3ee49525
commit f1deca6a1d

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
---
services:
app:
image: ${DOCKER_REGISTRY}/${DOCKER_USER}/esn-code-scanner-app:latest
restart: unless-stopped
ports:
- "3000:3000"