You've already forked Php-Template
feat: add migrations container build process and update Dockerfile
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m25s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m39s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m38s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m34s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m35s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 47s
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m25s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m39s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m38s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m34s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m35s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 47s
This commit is contained in:
5
migrations.Dockerfile
Normal file
5
migrations.Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM siteworxpro/migrate:v4.18.3
|
||||
|
||||
ADD db/migrations /app/db/migrations
|
||||
|
||||
WORKDIR /app
|
||||
Reference in New Issue
Block a user