Skip to content

Commit e261ff6

Browse files
committed
Fixing paths and names
1 parent 3d634bb commit e261ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gce/procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hello: gunicorn -b 0.0.0.0:8080 main:app
1+
hello: /opt/app/gce/env/bin/gunicorn -b 0.0.0.0:8080 main:app

gce/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flask==1.1.1
2-
honcho0==1.0.1
2+
honcho==1.0.1
33
gunicorn==19.9.0

0 commit comments

Comments
 (0)