mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 19:45:07 +00:00
6 lines
No EOL
151 B
Bash
Executable file
6 lines
No EOL
151 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 ruby app/build.rb |