Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 38d3725

Browse files
committed
Merge pull request #360 from dotcloud/fix-dotcloud
Fix dotcloud support
2 parents 789887b + 8e60db2 commit 38d3725

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dotcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ api:
99
buildscript: ./build.sh
1010
systempackages:
1111
- liblzma-dev
12+
- libffi-dev
1213
ports:
1314
www: http
1415

supervisor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[program:api]
2-
command = bash -lc "[ -f ~/profile ] && source ~/profile; exec gunicorn -c config/gunicorn_config.py wsgi:application"
2+
command = bash -lc "[ -f ~/profile ] && source ~/profile; exec gunicorn -c config/gunicorn_config.py docker_registry.wsgi:application"
33
directory = /home/dotcloud/
44
redirect_stderr = true
55
stdout_logfile = /var/log/supervisor/api.log

0 commit comments

Comments
 (0)