beta build

This commit is contained in:
Jason Jordan
2026-06-17 23:23:36 -04:00
parent 5f04811c16
commit 5a90ea6e14
48 changed files with 674 additions and 54 deletions
+7 -4
View File
@@ -1,14 +1,17 @@
services:
web:
build:
context: .
context: ./
dockerfile: development.Dockerfile
volumes:
- .:/rails
- .:/usr/src/app
- bundle:/usr/local/bundle
ports:
- "3002:3002"
environment:
- HISTFILE=/usr/src/app/log/.bash_history
- RAILS_ENV=production
- RAILS_ENV=development
# - TAILWIND_POLLING=true
- PUID=1000
- PGID=100
tty: true
@@ -39,7 +42,7 @@ services:
# cron:
# build:
# context: ./
# dockerfile: development3.Dockerfile
# dockerfile: development.Dockerfile
# command: ./bin/cron-entrypoint
# volumes:
# - .:/usr/src/app