Skip to content

Commit

Permalink
gitpod should start with SHOW_LOGIN_PAGE=true
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed May 29, 2020
1 parent c900fce commit 7d8e5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: npm install
command: npm start
command: SHOW_LOGIN_PAGE=true npm start
ports:
- port: 5156

0 comments on commit 7d8e5e3

Please sign in to comment.