Skip to content

Commit f02b271

Browse files
committed
added dokku buildpack things
1 parent ef95c77 commit f02b271

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.buildpacks

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
https://github.com/heroku/heroku-buildpack-python.git
2+
https://github.com/dokku/buildpack-nginx.git

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ figures/*
44
.vscode/*
55
src/*
66
*.md.tmp
7+
site/*
78

89
# Byte-compiled / optimized / DLL files
910
__pycache__/

app.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"scripts": {
3+
"dokku": {
4+
"predeploy": "cd /app/www && mkocs build"
5+
}
6+
}
7+
}
8+

0 commit comments

Comments
 (0)