mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 16:28:19 +00:00
6 lines
No EOL
168 B
Bash
Executable file
6 lines
No EOL
168 B
Bash
Executable file
#this is kinda bad
|
|
mkdir -p build
|
|
cp -r app/public/* build
|
|
bundle config set --local without serve
|
|
bundle install
|
|
APP_ENV=development STATIC_BUILD=yep ruby app/build.rb |