beta build
This commit is contained in:
+7
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user