Sha256: ba194ee0de2a6ef7edd0b63aeb9a8bdfdddddadd5f9ccf53e8d244ef621540cf
Contents?: true
Size: 536 Bytes
Versions: 14
Compression:
Stored size: 536 Bytes
Contents
#!/bin/sh #--- # Excerpted from "Docker for Rails Developers", # published by The Pragmatic Bookshelf. # Copyrights apply to this code. It may not be used to create training material, # courses, books, articles, and the like. Contact us if you are in doubt. # We make no guarantees that this code is fit for any purpose. # Visit http://www.pragmaticprogrammer.com/titles/ridocker for more book information. #--- set -e if [ -f tmp/pids/server.pid ]; then rm tmp/pids/server.pid fi exec "$@"
Version data entries
14 entries across 14 versions & 1 rubygems