Initial commit

This commit is contained in:
2024-08-27 19:03:24 -05:00
commit 5438f9e358
27 changed files with 2693 additions and 0 deletions

2
bin/bash Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker-compose exec app bash

2
bin/buildcss Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker-compose exec app npm run build:css

2
bin/init_db Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker-compose exec app php scripts/init_db.php

2
bin/minifyjs Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker-compose exec app npm run minify:js

2
bin/process_images Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker-compose exec app php scripts/process_images.php