Remove Stripe/Cashier subscription billing, demo mode, and APP_MODE enum/helpers. Delete frontend-old/ and stale bin scripts. Adopt AGPL-3.0 (LICENSE.md, README, composer.json). Point Docker image, prod scripts, and README at forge.lvl0.xyz/lvl0/dishplanner.
3 lines
120 B
Bash
Executable file
3 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
docker build -t forge.lvl0.xyz/lvl0/dishplanner:latest .
|
|
docker push forge.lvl0.xyz/lvl0/dishplanner:latest
|