Skip to content

Commit 5627656

Browse files
committed
can't write to non-tmp dir in cabotage :)
1 parent 7831807 commit 5627656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release: python manage.py migrate
2-
web: memray run --native --follow-fork -f -m gunicorn -c gunicorn.conf.py clabot.asgi:application --log-file -
2+
web: memray run --native --follow-fork -o /tmp/memray-gunicorn.bin -f -m gunicorn -c gunicorn.conf.py clabot.asgi:application --log-file -
33
worker: python manage.py db_worker

0 commit comments

Comments
 (0)