We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d64a392 + 7ee1985 commit 3880cb0Copy full SHA for 3880cb0
2 files changed
.buildpacks
@@ -0,0 +1,2 @@
1
+https://github.com/Scalingo/nodejs-buildpack.git
2
+https://github.com/1024pix/oauth2-proxy-buildpack.git#main
Procfile
@@ -4,4 +4,4 @@ postdeploy: npm run postdeploy
4
# see https://github.com/1024pix/pix/pull/796
5
# and https://github.com/npm/npm/issues/4603
6
# for more information
7
-web: exec node index.js
+web: /app/bin/start_with_oauth2_proxy.sh exec node index.js
0 commit comments