prod pruning

This commit is contained in:
Jason Jordan
2026-05-06 15:07:57 -04:00
parent e0101be567
commit 3bf9594842
9 changed files with 27 additions and 1313 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ services:
web:
build:
context: ./
dockerfile: development3.Dockerfile
dockerfile: development.Dockerfile
command: bash -c "rm -f tmp/pids/server.pid && bin/dev"
volumes:
- .:/usr/src/app
@@ -45,7 +45,7 @@ services:
# cron:
# build:
# context: ./
# dockerfile: development3.Dockerfile
# dockerfile: development.Dockerfile
# command: ./bin/cron-entrypoint
# volumes:
# - .:/usr/src/app