fix: building image with extensions and batch manager

This commit is contained in:
Karol Sójko
2020-07-08 09:08:39 +02:00
parent f5af2266cc
commit 378afdc473
4 changed files with 41 additions and 44 deletions

11
.env.sample Normal file
View File

@@ -0,0 +1,11 @@
RAILS_ENV=development
PORT=3000
WEB_CONCURRENCY=0
RAILS_LOG_TO_STDOUT=true
RAILS_SERVE_STATIC_FILES=true
SECRET_KEY_BASE=test
APP_HOST=http://localhost:3000
EXTENSIONS_MANAGER_LOCATION=extensions/extensions-manager/dist/index.html
BATCH_MANAGER_LOCATION=extensions/batch-manager/dist/index.min.html
SF_DEFAULT_SERVER=http://localhost:3001