We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef95c77 commit f02b271Copy full SHA for f02b271
.buildpacks
@@ -0,0 +1,2 @@
1
+https://github.com/heroku/heroku-buildpack-python.git
2
+https://github.com/dokku/buildpack-nginx.git
.gitignore
@@ -4,6 +4,7 @@ figures/*
4
.vscode/*
5
src/*
6
*.md.tmp
7
+site/*
8
9
# Byte-compiled / optimized / DLL files
10
__pycache__/
app.json
@@ -0,0 +1,8 @@
+{
+ "scripts": {
3
+ "dokku": {
+ "predeploy": "cd /app/www && mkocs build"
+ }
+}
+
0 commit comments