make foodsoft run for dev on rails 7 and ruby 2.7
This commit is contained in:
parent
50bf879fbf
commit
5fb10ec686
2 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-dev
|
||||
platform: linux/x86_64
|
||||
command: ./proc-start worker
|
||||
volumes:
|
||||
- bundle:/usr/local/bundle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue