Docker config changes for cli editor

This commit is contained in:
david 2024-11-25 00:06:53 +01:00
parent 297138b0d4
commit b756df38a9
6 changed files with 64 additions and 203 deletions

View file

@ -1,3 +1,3 @@
web: env RUBY_DEBUG_OPEN=true bin/rails server -b 0
js: yarn build --watch
web: RUBY_DEBUG_OPEN=true bin/rails server -b 0
js: yarn build --watch
css: yarn watch:css