The last time I tried this the monkey didn't survive. Let's hope it works better this time.
All checks were successful
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 9m11s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 9m11s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 12m21s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 12m18s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 12m23s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 3m16s

This commit is contained in:
2025-05-22 12:39:01 -04:00
parent e203975294
commit ec2e668ddd

View File

@@ -33,6 +33,7 @@ COPY --from=library /app/vendor /app/vendor
ADD src src/
ADD server.php .
ADD .rr.yaml .
ADD config.php .
EXPOSE 9501