Compare commits
3 Commits
1ab56d68b3
...
2f17c3abdd
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f17c3abdd | |||
| ee73c81dde | |||
| 78dd794f71 |
@@ -68,3 +68,8 @@ ## Authenticate
|
||||
|
||||
email : admin@gmail.com <br>
|
||||
pass : password
|
||||
|
||||
|
||||
docker build -f Dockerfile2 -t kulakpos-app:latest .
|
||||
docker run -d --name kulakpos-testing --network kulakpos-net -p 8000:8000 --env-file .env kulakpos-app:latest
|
||||
|
||||
|
||||
@@ -94,9 +94,10 @@ php -r 'require "/var/www/html/vendor/laravel/prompts/src/helpers.php"; echo "
|
||||
# Clear all caches to ensure fresh state
|
||||
echo "Clearing caches..."
|
||||
php artisan config:clear || true
|
||||
php artisan cache:clear || true
|
||||
php artisan view:clear || true
|
||||
php artisan route:clear || true
|
||||
php artisan cache:clear || true
|
||||
|
||||
|
||||
# Verify Vite manifest exists
|
||||
if [ -f public/build/manifest.json ]; then
|
||||
|
||||
Reference in New Issue
Block a user