mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
Further changes
This commit is contained in:
parent
98994ec436
commit
02c3810249
@ -1,8 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
ls -la /
|
||||||
|
ls -la /app
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
---
|
---
|
||||||
default_process_types:
|
default_process_types:
|
||||||
web: erb /app/nginx.conf.erb > /app/nginx.conf && /nginx/nginx -c /app/nginx.conf
|
web: erb /app/nginx.conf.erb > /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user