Update docker-compose to use pre-built image from GHCR

This commit is contained in:
Iulian 2025-10-19 11:37:11 +01:00
parent ee84c18e90
commit 0a67a881b8
3 changed files with 45 additions and 19 deletions

17
quick-start.sh Executable file
View file

@ -0,0 +1,17 @@
#!/bin/bash
echo "MASINA-DOCK QUICK START"
echo ""
echo "Pulling pre-built Docker image..."
docker-compose pull
echo ""
echo "Starting application..."
docker-compose up -d
echo ""
echo "Waiting for application to start..."
sleep 5
echo ""
echo "APPLICATION STARTED!"
echo "Access at: http://localhost:5000"
echo ""
docker-compose ps