Sha256: bf9932e54ca0b3ccc31b761dfe0443d755165faaf7451090c60f719bf64c84b6

Contents?: true

Size: 120 Bytes

Versions: 5

Compression:

Stored size: 120 Bytes

Contents

#!/bin/bash

bundle check || bundle install

rm -rf ./tmp/pids/server.pid

bundle exec rails server -p 3000 -b '0.0.0.0'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/docker/start-app.sh.erb
cybele-2.3.1 templates/docker/start-app.sh.erb
cybele-2.2.0 templates/docker/start-app.sh.erb
cybele-2.1.0 templates/docker/start-app.sh.erb
cybele-2.0.0 templates/docker/start-app.sh.erb