mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 18:28:07 +02:00
move files for web/
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
parent
7aa50368f8
commit
474cef8986
93 changed files with 7601 additions and 30 deletions
8
ruby_on_rails-postgres/web/entrypoint.sh
Normal file
8
ruby_on_rails-postgres/web/entrypoint.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Remove a potentially pre-existing server.pid for Rails.
|
||||
rm -f /myapp/tmp/pids/server.pid
|
||||
|
||||
# Then exec the container's main process (what's set as CMD in the Dockerfile).
|
||||
exec "$@"
|
Loading…
Add table
Add a link
Reference in a new issue